python312Packages.homematicip: fix license

This commit is contained in:
Fabian Affolter
2024-12-09 15:35:32 +01:00
parent 12fc382843
commit bd54c82797
@@ -94,7 +94,7 @@ buildPythonPackage rec {
description = "Module for the homematicIP REST API";
homepage = "https://github.com/hahn-th/homematicip-rest-api";
changelog = "https://github.com/hahn-th/homematicip-rest-api/releases/tag/${version}";
license = with licenses; [ gpl3Only ];
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fab ];
};
}