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:
Steve Purcell 2021-03-01 12:49:32 +13:00 committed by GitHub
parent 8cfe583b87
commit fe99a449f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "API Support for your favorite torrent trackers";
homepage = "https://github.com/Jackett/Jackett/";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = with maintainers; [ edwtjo nyanloutre purcell ];
platforms = platforms.all;
};