From 2458c3dca92b2346ad7ed7aa4b65968fb7d0fe6f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Sep 2024 21:41:48 +0200 Subject: [PATCH] python312Packages.aioswitcher: update license With 2.0.0 the license was changed from MIT to Apache 2.0 https://github.com/TomerFi/aioswitcher/commit/8bbd855d2b2533f9e0f121f3a74e0822b9478771 --- pkgs/development/python-modules/aioswitcher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix index e8a5c4e3ba29..421e8ebc9b3c 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -75,7 +75,7 @@ buildPythonPackage rec { description = "Python module to interact with Switcher water heater"; homepage = "https://github.com/TomerFi/aioswitcher"; changelog = "https://github.com/TomerFi/aioswitcher/releases/tag/${version}"; - license = with licenses; [ mit ]; + license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }