about summary refs log tree commit diff
path: root/pkgs/by-name/ne
diff options
context:
space:
mode:
authorMatt Sturgeon <matt@sturgeon.me.uk>2024-06-10 06:50:38 +0100
committerMatt Sturgeon <matt@sturgeon.me.uk>2024-06-10 07:03:28 +0100
commit32697736a05eafd56eea88c9f3d82fb5526d8fe4 (patch)
tree7d1b04b7ffc9debf44823f5b3497c70f949f7ce6 /pkgs/by-name/ne
parentc1e9a52cd46145329c3bc16da4de7272a9303995 (diff)
nexusmods-app: add MattSturgeon to maintainers
Diffstat (limited to 'pkgs/by-name/ne')
-rw-r--r--pkgs/by-name/ne/nexusmods-app/package.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/by-name/ne/nexusmods-app/package.nix b/pkgs/by-name/ne/nexusmods-app/package.nix
index dcf9de9675eba..c331fad8a7f9c 100644
--- a/pkgs/by-name/ne/nexusmods-app/package.nix
+++ b/pkgs/by-name/ne/nexusmods-app/package.nix
@@ -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;
   };
 }