python39Packages.pyopenssl: add meta, adopt to myself

This commit is contained in:
Sandro Jäckel
2022-02-08 09:34:09 -08:00
committed by Jonathan Ringer
parent 4ad05d5230
commit 83f574842f
@@ -91,4 +91,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cryptography pyasn1 idna six ];
checkInputs = [ pytest pretend flaky glibcLocales ];
meta = with lib; {
description = "Python wrapper around the OpenSSL library";
homepage = "https://github.com/pyca/pyopenssl";
license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}