nexusmods-app: add MattSturgeon to maintainers
This commit is contained in:
parent
c1e9a52cd4
commit
32697736a0
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user