We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ff37c commit f19caecCopy full SHA for f19caec
pkgs/by-name/gu/gum/package.nix
@@ -48,7 +48,10 @@ buildGoModule rec {
48
homepage = "https://github.com/charmbracelet/gum";
49
changelog = "https://github.com/charmbracelet/gum/releases/tag/v${version}";
50
license = lib.licenses.mit;
51
- maintainers = with lib.maintainers; [ maaslalani ];
+ maintainers = with lib.maintainers; [
52
+ maaslalani
53
+ savtrip
54
+ ];
55
mainProgram = "gum";
56
};
57
}
0 commit comments