python312Packages.homematicip: fix license
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user