Skip to content

Commit

Permalink
Merge pull request #323845 from pennae/remove-pennae
Browse files Browse the repository at this point in the history
maintainers: remove pennae
  • Loading branch information
mweinelt authored Jul 1, 2024
2 parents cfdae65 + 5c5aaaa commit 91e5a5a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15519,12 +15519,6 @@
githubId = 13225611;
name = "Nicolas Martin";
};
pennae = {
name = "pennae";
email = "[email protected]";
github = "pennae";
githubId = 82953136;
};
perchun = {
name = "Perchun Pak";
email = "[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/firefox-syncserver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ in
};

meta = {
maintainers = with lib.maintainers; [ pennae ];
maintainers = with lib.maintainers; [ ];
doc = ./firefox-syncserver.md;
};
}
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/mosquitto.nix
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ in
};

meta = {
maintainers = with lib.maintainers; [ pennae ];
maintainers = with lib.maintainers; [ ];
doc = ./mosquitto.md;
};
}
2 changes: 1 addition & 1 deletion nixos/tests/mosquitto.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let
in {
name = "mosquitto";
meta = with pkgs.lib; {
maintainers = with maintainers; [ pennae peterhoeg ];
maintainers = with maintainers; [ peterhoeg ];
};

nodes = let
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sy/syncstorage-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/misc/jackaudio/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ stdenv.mkDerivation (final: {
homepage = "https://jackaudio.org";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ pennae ];
maintainers = with maintainers; [ ];
};
})

0 comments on commit 91e5a5a

Please sign in to comment.