python38Packages.tubeup: fix license

This commit is contained in:
Mario Rodas 2021-02-14 04:20:00 +00:00
parent 8ace1f29cb
commit 4cd2bd60d9

View file

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