Merge pull request #165393 from SuperSandro2000/hyperframe

This commit is contained in:
Sandro 2022-03-26 15:12:38 +01:00 committed by GitHub
commit 78673f60da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,12 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "hyperframe" ];
meta = with lib; {
description = "HTTP/2 framing layer for Python";
homepage = "http://hyper.rtfd.org/";
homepage = "https://github.com/python-hyper/hyperframe/";
license = licenses.mit;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}