Skip to content

Commit

Permalink
[Backport release-24.11] Update jdreaver email, remove as prowlarr ma…
Browse files Browse the repository at this point in the history
…intainer (#363639)
  • Loading branch information
corngood authored Dec 9, 2024
2 parents 8ac152b + 216e2bc commit 5bb23cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10149,7 +10149,7 @@
name = "jdev082";
};
jdreaver = {
email = "johndreaver@gmail.com";
email = "me@davidreaver.com";
github = "jdreaver";
githubId = 1253071;
name = "David Reaver";
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/prowlarr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ./make-test-python.nix ({ lib, ... }:

{
name = "prowlarr";
meta.maintainers = with lib.maintainers; [ jdreaver ];
meta.maintainers = with lib.maintainers; [ ];

nodes.machine =
{ pkgs, ... }:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/prowlarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in stdenv.mkDerivation rec {
homepage = "https://wiki.servarr.com/prowlarr";
changelog = "https://github.com/Prowlarr/Prowlarr/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ jdreaver ];
maintainers = with maintainers; [ ];
mainProgram = "Prowlarr";
platforms = [
"aarch64-darwin"
Expand Down

0 comments on commit 5bb23cd

Please sign in to comment.