maintainers: add purcell (#96329)
This commit is contained in:
parent
f2a2577b58
commit
61f639c1ff
@ -6749,6 +6749,12 @@
|
|||||||
githubId = 37715;
|
githubId = 37715;
|
||||||
name = "Brian McKenna";
|
name = "Brian McKenna";
|
||||||
};
|
};
|
||||||
|
purcell = {
|
||||||
|
email = "steve@sanityinc.com";
|
||||||
|
github = "purcell";
|
||||||
|
githubId = 5636;
|
||||||
|
name = "Steve Purcell";
|
||||||
|
};
|
||||||
puzzlewolf = {
|
puzzlewolf = {
|
||||||
email = "nixos@nora.pink";
|
email = "nixos@nora.pink";
|
||||||
github = "puzzlewolf";
|
github = "puzzlewolf";
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "API Support for your favorite torrent trackers.";
|
description = "API Support for your favorite torrent trackers.";
|
||||||
homepage = "https://github.com/Jackett/Jackett/";
|
homepage = "https://github.com/Jackett/Jackett/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ edwtjo nyanloutre ];
|
maintainers = with maintainers; [ edwtjo nyanloutre purcell ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,6 +56,6 @@ in stdenv.mkDerivation rec {
|
|||||||
description = "The Free Software Media System";
|
description = "The Free Software Media System";
|
||||||
homepage = "https://jellyfin.org/";
|
homepage = "https://jellyfin.org/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ nyanloutre minijackson ];
|
maintainers = with maintainers; [ nyanloutre minijackson purcell ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A Usenet/BitTorrent movie downloader";
|
description = "A Usenet/BitTorrent movie downloader";
|
||||||
homepage = "https://radarr.video/";
|
homepage = "https://radarr.video/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [ edwtjo purcell ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Smart PVR for newsgroup and bittorrent users";
|
description = "Smart PVR for newsgroup and bittorrent users";
|
||||||
homepage = "https://sonarr.tv/";
|
homepage = "https://sonarr.tv/";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = [ stdenv.lib.maintainers.fadenb ];
|
maintainers = with stdenv.lib.maintainers; [ fadenb purcell ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user