gale: add maintainer notohh

This commit is contained in:
notohh
2025-07-13 14:10:38 -04:00
parent 19928598c4
commit 12de190b5f
+4 -1
View File
@@ -67,7 +67,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/Kesomannen/gale";
license = lib.licenses.gpl3Only;
mainProgram = "gale";
maintainers = with lib.maintainers; [ tomasajt ];
maintainers = with lib.maintainers; [
tomasajt
notohh
];
platforms = lib.platforms.linux;
};
})