mihomo-party: remove aucub from maintainers

This commit is contained in:
aucub
2025-01-25 21:22:24 +00:00
parent a62f4bf10a
commit e4904762c4
+1 -1
View File
@@ -92,6 +92,6 @@ stdenv.mkDerivation {
];
license = lib.licenses.gpl3Plus;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
};
}