alpaca: add myself as maintainer

This commit is contained in:
Gliczy
2024-12-29 03:42:26 +01:00
parent 198b211e5b
commit 56bcf2418d
+4 -1
View File
@@ -85,7 +85,10 @@ python3Packages.buildPythonApplication rec {
homepage = "https://jeffser.com/alpaca";
license = lib.licenses.gpl3Plus;
mainProgram = "alpaca";
maintainers = with lib.maintainers; [ aleksana ];
maintainers = with lib.maintainers; [
aleksana
Gliczy
];
platforms = lib.platforms.linux;
};
}