From 4cd2bd60d942eca4401e46a7fc78b5c20fa06daf Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 14 Feb 2021 04:20:00 +0000 Subject: [PATCH] python38Packages.tubeup: fix license --- pkgs/development/python-modules/tubeup/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tubeup/default.nix b/pkgs/development/python-modules/tubeup/default.nix index b065f3d3464..927fe1e5629 100644 --- a/pkgs/development/python-modules/tubeup/default.nix +++ b/pkgs/development/python-modules/tubeup/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { meta = with lib; { description = "Youtube (and other video site) to Internet Archive Uploader"; homepage = "https://github.com/bibanon/tubeup"; - license = licenses.gpl3; + license = licenses.gpl3Only; maintainers = [ maintainers.marsam ]; }; }