keypunch: add getchoo to maintainers

(cherry picked from commit fa47863e66)
This commit is contained in:
seth 2024-11-19 05:52:32 -05:00 committed by github-actions[bot]
parent 86c7bab56f
commit 369ee9fbf7

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;
};
})