python310Packages.geniushub-client: update homepage

This commit is contained in:
Fabian Affolter 2023-01-03 22:53:04 +01:00
parent 5ad34ddf91
commit 9312bbaa6a

View file

@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to interact with Genius Hub systems";
homepage = "https://github.com/zxdavb/geniushub-client";
homepage = "https://github.com/manzanotti/geniushub-client";
changelog = "https://github.com/manzanotti/geniushub-client/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];