From c1e9a52cd46145329c3bc16da4de7272a9303995 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Mon, 10 Jun 2024 06:47:35 +0100 Subject: [PATCH 1/2] maintainers: add MattSturgeon --- maintainers/maintainer-list.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f8076c718c21..cf3f3c27dab7 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; From 32697736a05eafd56eea88c9f3d82fb5526d8fe4 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Mon, 10 Jun 2024 06:50:38 +0100 Subject: [PATCH 2/2] nexusmods-app: add MattSturgeon to maintainers --- pkgs/by-name/ne/nexusmods-app/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ne/nexusmods-app/package.nix b/pkgs/by-name/ne/nexusmods-app/package.nix index dcf9de9675eb..c331fad8a7f9 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; }; }