refine: remove aucub from maintainers

This commit is contained in:
aucub
2025-01-25 21:22:24 +00:00
parent dc9a20eb81
commit 8f05c5c8c9
+1 -4
View File
@@ -95,9 +95,6 @@ python3Packages.buildPythonApplication rec {
mainProgram = "refine";
platforms = lib.platforms.linux;
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [
getchoo
aucub
];
maintainers = with lib.maintainers; [ getchoo ];
};
}