From 260e45a9beb36accbb7cd654ec022c2ecc23625b Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 11 Feb 2022 16:53:36 +0100 Subject: [PATCH] python39Packages.h2: update homepage --- pkgs/development/python-modules/h2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; [ ]; };