jackett: replace deprecated license name
This was getting picked up as a suggestion by the linter during auto-updates from @r-ryantm.
This commit is contained in:
parent
8cfe583b87
commit
fe99a449f3
@ -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…
x
Reference in New Issue
Block a user