diff --git a/pkgs/development/python-modules/tzlocal/default.nix b/pkgs/development/python-modules/tzlocal/default.nix index 146167d3bf83..c02cf030eccf 100644 --- a/pkgs/development/python-modules/tzlocal/default.nix +++ b/pkgs/development/python-modules/tzlocal/default.nix @@ -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 ]; }; }