Merge pull request #318704 from MattSturgeon/maintain/nexusmods-app

nexusmods-app: add MattSturgeon to maintainers
This commit is contained in:
éclairevoyant 2024-06-10 07:10:08 +00:00 committed by GitHub
commit 6a400e4a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View File

@ -12926,6 +12926,16 @@
githubId = 11810057;
name = "Matt Snider";
};
MattSturgeon = {
email = "matt@sturgeon.me.uk";
github = "MattSturgeon";
githubId = 5046562;
matrix = "@mattsturg:matrix.org";
name = "Matt Sturgeon";
keys = [{
fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299";
}];
};
matusf = {
email = "matus.ferech@gmail.com";
github = "matusf";

View File

@ -113,7 +113,10 @@ buildDotnetModule rec {
homepage = "https://github.com/Nexus-Mods/NexusMods.App";
changelog = "https://github.com/Nexus-Mods/NexusMods.App/releases/tag/${src.rev}";
license = [ lib.licenses.gpl3Plus ];
maintainers = [ lib.maintainers.l0b0 ];
maintainers = with lib.maintainers; [
l0b0
MattSturgeon
];
platforms = lib.platforms.linux;
};
}