pythonPackages.update-copyright: disable tests, add homepage

This commit is contained in:
worldofpeace 2018-12-28 19:31:33 -05:00
parent 4c1fd5b595
commit bd98a3d770

View file

@ -6,6 +6,9 @@ buildPythonPackage rec {
disabled = !isPy3k;
# Has no tests
doCheck = false;
src = fetchPypi {
inherit pname version;
sha256 = "17ybdgbdc62yqhda4kfy1vcs1yzp78d91qfhj5zbvz1afvmvdk7z";
@ -13,6 +16,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An automatic copyright update tool";
homepage = http://blog.tremily.us/posts/update-copyright;
license = licenses.gpl3;
};
}