diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f5bf2f6ef522..5e3f77dbbb64 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -8564,6 +8564,12 @@ githubId = 21362942; name = "Fugi"; }; + fullmetalsheep = { + email = "fullmetalsheep@proton.me"; + github = "fullmetalsheep"; + githubId = 23723926; + name = "Dash R"; + }; funkeleinhorn = { email = "git@funkeleinhorn.com"; github = "funkeleinhorn"; diff --git a/pkgs/by-name/po/posting/package.nix b/pkgs/by-name/po/posting/package.nix index 724e976e4424..1d4bc876145d 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/${src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ jorikvanveen ]; + maintainers = with lib.maintainers; [ + jorikvanveen + fullmetalsheep + ]; platforms = lib.platforms.unix; }; }