calligraphy: add awwpotato as maintainer

This commit is contained in:
awwpotato
2025-06-26 16:58:59 -07:00
parent 522b70138f
commit e9e2c9d83d
+4 -1
View File
@@ -58,7 +58,10 @@ python3Packages.buildPythonApplication rec {
cc0
];
mainProgram = "calligraphy";
maintainers = with lib.maintainers; [ aleksana ];
maintainers = with lib.maintainers; [
aleksana
awwpotato
];
platforms = lib.platforms.linux;
};
}