maintainers: remove pennae

https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
https://web.archive.org/web/20240701165505/https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231

we had little faith in the NCA process, but this is going deep, *deep*
into the territory of wilfully insulting all those had placed even a
modicum of trust in that process.

have you fucking nazi bar.
This commit is contained in:
pennae 2024-07-01 18:56:40 +02:00
parent 00d80d1381
commit 5c5aaaaaae
6 changed files with 5 additions and 11 deletions

View File

@ -15519,12 +15519,6 @@
githubId = 13225611; githubId = 13225611;
name = "Nicolas Martin"; name = "Nicolas Martin";
}; };
pennae = {
name = "pennae";
email = "github@quasiparticle.net";
github = "pennae";
githubId = 82953136;
};
perchun = { perchun = {
name = "Perchun Pak"; name = "Perchun Pak";
email = "nixpkgs@perchun.it"; email = "nixpkgs@perchun.it";

View File

@ -316,7 +316,7 @@ in
}; };
meta = { meta = {
maintainers = with lib.maintainers; [ pennae ]; maintainers = with lib.maintainers; [ ];
doc = ./firefox-syncserver.md; doc = ./firefox-syncserver.md;
}; };
} }

View File

@ -721,7 +721,7 @@ in
}; };
meta = { meta = {
maintainers = with lib.maintainers; [ pennae ]; maintainers = with lib.maintainers; [ ];
doc = ./mosquitto.md; doc = ./mosquitto.md;
}; };
} }

View File

@ -55,7 +55,7 @@ let
in { in {
name = "mosquitto"; name = "mosquitto";
meta = with pkgs.lib; { meta = with pkgs.lib; {
maintainers = with maintainers; [ pennae peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };
nodes = let nodes = let

View File

@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mozilla-services/syncstorage-rs"; homepage = "https://github.com/mozilla-services/syncstorage-rs";
changelog = "https://github.com/mozilla-services/syncstorage-rs/releases/tag/${version}"; changelog = "https://github.com/mozilla-services/syncstorage-rs/releases/tag/${version}";
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ pennae ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
mainProgram = "syncserver"; mainProgram = "syncserver";
}; };

View File

@ -60,6 +60,6 @@ stdenv.mkDerivation (final: {
homepage = "https://jackaudio.org"; homepage = "https://jackaudio.org";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ pennae ]; maintainers = with maintainers; [ ];
}; };
}) })