From de1843a28f73b99c65d95d51ec8a546e0526bc97 Mon Sep 17 00:00:00 2001 From: Artem Leshchev Date: Mon, 23 Mar 2026 08:32:20 -0500 Subject: [PATCH] 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. --- pkgs/development/python-modules/tzlocal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }