handy: add faukah to maintainers

This commit is contained in:
faukah
2026-07-02 11:46:12 +02:00
parent 6bae154eb9
commit 8c37e11a0b
+4 -1
View File
@@ -276,7 +276,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/cjpais/Handy/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
mainProgram = "handy";
maintainers = with lib.maintainers; [ philocalyst ];
maintainers = with lib.maintainers; [
faukah
philocalyst
];
platforms = with lib.platforms; linux ++ darwin;
badPlatforms = [ "x86_64-darwin" ]; # We weren't able to get hashes here
};