nexusmods-app: add MattSturgeon to maintainers

This commit is contained in:
Matt Sturgeon 2024-06-10 06:50:38 +01:00
parent c1e9a52cd4
commit 32697736a0
No known key found for this signature in database
GPG Key ID: 4F91844CED1A8299

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