python3Packages.tzlocal: fix license
This package had MIT license since v1.4, and before that it was CC0 1.0 Universal, not sure where CDDL came from.
This commit is contained in:
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
description = "Tzinfo object for the local timezone";
|
||||
homepage = "https://github.com/regebro/tzlocal";
|
||||
changelog = "https://github.com/regebro/tzlocal/blob/${version}/CHANGES.txt";
|
||||
license = lib.licenses.cddl;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user