diff --git a/pkgs/development/python-modules/bugzilla/default.nix b/pkgs/development/python-modules/bugzilla/default.nix index 2e79db8d71a..66aad6d0350 100644 --- a/pkgs/development/python-modules/bugzilla/default.nix +++ b/pkgs/development/python-modules/bugzilla/default.nix @@ -21,10 +21,10 @@ buildPythonPackage rec { ''; meta = with stdenv.lib; { - homepage = https://fedorahosted.org/python-bugzilla/; + homepage = https://github.com/python-bugzilla/python-bugzilla; description = "Bugzilla XMLRPC access module"; license = licenses.gpl2; platforms = platforms.all; - maintainers = with maintainers; [ pierron ]; + maintainers = with maintainers; [ pierron peti ]; }; }