gopeed: remove aucub from maintainers

This commit is contained in:
aucub
2025-01-25 21:22:23 +00:00
parent c29d334709
commit fa6dec277f
+1 -1
View File
@@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
};
}