nexusmods-app: add MattSturgeon to maintainers

This commit is contained in:
Matt Sturgeon
2024-06-10 07:03:28 +01:00
parent c1e9a52cd4
commit 32697736a0
+4 -1
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;
};
}