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

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;
};