From bd54c82797a2a7f10796f97b37b7bb4dd521473c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 9 Dec 2024 15:35:32 +0100 Subject: [PATCH] python312Packages.homematicip: fix license --- pkgs/development/python-modules/homematicip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }