From 62702bacf46c63a88c40b2d945423cc2737f3acf Mon Sep 17 00:00:00 2001 From: fullmetalsheep <23723926+fullmetalsheep@users.noreply.github.com> Date: Fri, 16 May 2025 04:26:01 +0800 Subject: [PATCH 1/2] maintainers: add fullmetalsheep --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6cf65123db85..81cbb8468e4b 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -8559,6 +8559,12 @@ githubId = 21362942; name = "Fugi"; }; + fullmetalsheep = { + email = "fullmetalsheep@proton.me"; + github = "fullmetalsheep"; + githubId = 23723926; + name = "Dash R"; + }; funkeleinhorn = { email = "git@funkeleinhorn.com"; github = "funkeleinhorn"; From 962998a86bc073295ec83c959d8882d5cf226c43 Mon Sep 17 00:00:00 2001 From: fullmetalsheep <23723926+fullmetalsheep@users.noreply.github.com> Date: Fri, 16 May 2025 04:27:19 +0800 Subject: [PATCH 2/2] posting: add fullmetalsheep to maintainers --- pkgs/by-name/po/posting/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/po/posting/package.nix b/pkgs/by-name/po/posting/package.nix index 283a39d8c33f..6ad57cc142a7 100644 --- a/pkgs/by-name/po/posting/package.nix +++ b/pkgs/by-name/po/posting/package.nix @@ -55,7 +55,10 @@ python3Packages.buildPythonApplication rec { homepage = "https://posting.sh/"; changelog = "https://github.com/darrenburns/posting/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ jorikvanveen ]; + maintainers = with lib.maintainers; [ + jorikvanveen + fullmetalsheep + ]; platforms = lib.platforms.unix; }; }