apk-tools: drop maintainership (#366198)

This commit is contained in:
Philip Taron
2024-12-18 08:32:54 -08:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://gitlab.alpinelinux.org/alpine/apk-tools";
description = "Alpine Package Keeper";
maintainers = with maintainers; [ qyliss ];
maintainers = with maintainers; [ ];
license = licenses.gpl2Only;
platforms = platforms.linux;
mainProgram = "apk";