mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
readarr: add devusb to maintainers
This commit is contained in:
parent
92e3efc0c1
commit
1387ec7437
@ -41,11 +41,11 @@ in stdenv.mkDerivation rec {
|
||||
tests.smoke-test = nixosTests.readarr;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Usenet/BitTorrent ebook downloader";
|
||||
homepage = "https://readarr.com";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.jocelynthode ];
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ jocelynthode devusb ];
|
||||
mainProgram = "Readarr";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
|
Loading…
Reference in New Issue
Block a user