lol

python3Packages.zdaemon: update min python version and license

Nick Cao a8d60fba 30c89915

+2 -2
+2 -2
pkgs/development/python-modules/zdaemon/default.nix
··· 10 10 version = "5.0"; 11 11 format = "setuptools"; 12 12 13 - disabled = pythonOlder "3.6"; 13 + disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; ··· 32 32 description = "A daemon process control library and tools for Unix-based systems"; 33 33 homepage = "https://pypi.python.org/pypi/zdaemon"; 34 34 changelog = "https://github.com/zopefoundation/zdaemon/blob/${version}/CHANGES.rst"; 35 - license = licenses.zpl20; 35 + license = licenses.zpl21; 36 36 maintainers = with maintainers; [ goibhniu ]; 37 37 }; 38 38 }