Merge pull request #323845 from pennae/remove-pennae

maintainers: remove pennae
This commit is contained in:
Martin Weinelt 2024-07-01 20:05:39 +02:00 committed by GitHub
commit 91e5a5aa19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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