diff --git a/pkgs/development/python-modules/h2/default.nix b/pkgs/development/python-modules/h2/default.nix index 13d38a14b5b6..a73d9960f693 100644 --- a/pkgs/development/python-modules/h2/default.nix +++ b/pkgs/development/python-modules/h2/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "HTTP/2 State-Machine based protocol implementation"; - homepage = "http://hyper.rtfd.org/"; + homepage = "https://github.com/python-hyper/h2"; license = licenses.mit; maintainers = with maintainers; [ ]; };