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
This commit is contained in:
Fabian Affolter
2024-09-04 12:02:14 -07:00
committed by Robert Schütz
parent 2e5066e870
commit 2458c3dca9
@@ -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 ];
};
}