diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 2f201c986b12..aded4c94b125 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -17,16 +17,16 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.0.3"; + version = "1.0.4"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { - owner = "coreGreenberet"; + owner = "hahn-th"; repo = "homematicip-rest-api"; rev = version; - sha256 = "sha256-rTTYJ/2R+/FLuL3rTWT7ieixN+Gv9GhwkUaKPfLqUGc="; + hash = "sha256-rTTYJ/2R+/FLuL3rTWT7ieixN+Gv9GhwkUaKPfLqUGc="; }; propagatedBuildInputs = [ @@ -80,8 +80,8 @@ buildPythonPackage rec { ]; meta = with lib; { - description = "Python module for the homematicIP REST API"; - homepage = "https://github.com/coreGreenberet/homematicip-rest-api"; + description = "Module for the homematicIP REST API"; + homepage = "https://github.com/hahn-th/homematicip-rest-api"; license = with licenses; [ gpl3Only ]; maintainers = with maintainers; [ fab ]; };