Merge pull request #114706 from purcell/patch-2
jackett: replace deprecated license name
This commit is contained in:
commit
951028cff6
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
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.gpl2Only;
|
||||||
maintainers = with maintainers; [ edwtjo nyanloutre purcell ];
|
maintainers = with maintainers; [ edwtjo nyanloutre purcell ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user