git: Add matthiasbeyer as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer
2025-12-25 13:01:13 +01:00
parent 42c3b0d3db
commit c61a1e4dfa
+1 -1
View File
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sondr3/git-ignore";
changelog = "https://github.com/sondr3/git-ignore/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
maintainers = [ lib.maintainers.matthiasbeyer ];
mainProgram = "git-ignore";
};
}