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 54e4669 commit dfe41abCopy full SHA for dfe41ab
pkgs/applications/version-management/gitnr/default.nix
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
43
homepage = "https://github.com/reemus-dev/gitnr";
44
changelog = "https://github.com/reemus-dev/gitnr/blob/${src.rev}/CHANGELOG.md";
45
license = licenses.mit;
46
- maintainers = with maintainers; [ figsoda ];
+ maintainers = with maintainers; [ figsoda matthiasbeyer ];
47
mainProgram = "gitnr";
48
};
49
}
0 commit comments