Merge pull request #114706 from purcell/patch-2

jackett: replace deprecated license name
This commit is contained in:
Ryan Mulligan 2021-02-28 16:12:41 -08:00 committed by GitHub
commit 951028cff6
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;
};