python39Packages.pyopenssl: add meta, adopt to myself

This commit is contained in:
Sandro Jäckel 2022-02-08 15:32:36 +01:00 committed by Jonathan Ringer
parent 4ad05d5230
commit 83f574842f

View File

@ -91,4 +91,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cryptography pyasn1 idna six ]; propagatedBuildInputs = [ cryptography pyasn1 idna six ];
checkInputs = [ pytest pretend flaky glibcLocales ]; 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 ];
};
} }