diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 790f38a752f1..17509b47cb29 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -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 ]; }; }