1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

keypunch: add getchoo to maintainers

This commit is contained in:
seth 2024-11-19 05:52:32 -05:00
parent 3b9f89bf49
commit fa47863e66
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -58,7 +58,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/bragefuglseth/keypunch";
license = lib.licenses.gpl3Plus;
mainProgram = "keypunch";
maintainers = with lib.maintainers; [ tomasajt ];
maintainers = with lib.maintainers; [
tomasajt
getchoo
];
platforms = lib.platforms.linux;
};
})