python3Packages.tzlocal: fix license (#502643)

This commit is contained in:
dotlambda
2026-03-23 14:49:25 +00:00
committed by GitHub
@@ -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 ];
};
}