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:
Artem Leshchev
2026-03-23 08:32:20 -05:00
committed by GitHub
parent ad16416d17
commit de1843a28f
@@ -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 ];
};
}