Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6749,6 +6749,12 @@
githubId = 37715;
name = "Brian McKenna";
};
purcell = {
email = "steve@sanityinc.com";
github = "purcell";
githubId = 5636;
name = "Steve Purcell";
};
puzzlewolf = {
email = "nixos@nora.pink";
github = "puzzlewolf";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/jackett/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "API Support for your favorite torrent trackers.";
homepage = "https://github.com/Jackett/Jackett/";
license = licenses.gpl2;
maintainers = with maintainers; [ edwtjo nyanloutre ];
maintainers = with maintainers; [ edwtjo nyanloutre purcell ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/jellyfin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ in stdenv.mkDerivation rec {
description = "The Free Software Media System";
homepage = "https://jellyfin.org/";
license = licenses.gpl2;
maintainers = with maintainers; [ nyanloutre minijackson ];
maintainers = with maintainers; [ nyanloutre minijackson purcell ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/radarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "A Usenet/BitTorrent movie downloader";
homepage = "https://radarr.video/";
license = licenses.gpl3;
maintainers = with maintainers; [ edwtjo ];
maintainers = with maintainers; [ edwtjo purcell ];
platforms = platforms.all;
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/sonarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Smart PVR for newsgroup and bittorrent users";
homepage = "https://sonarr.tv/";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.fadenb ];
maintainers = with stdenv.lib.maintainers; [ fadenb purcell ];
platforms = stdenv.lib.platforms.all;
};
}