Merge pull request #159277 from SuperSandro2000/h2

This commit is contained in:
Sandro
2022-02-11 17:23:55 +01:00
committed by GitHub
@@ -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; [ ];
};