mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
apk-tools: drop maintainership (#366198)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user