forked from mirrors/nixpkgs
python311Packages.asn1crypto: add dotlambda to maintainers
This commit is contained in:
parent
0f451f6e4a
commit
433837d5ba
|
@ -34,5 +34,6 @@ buildPythonPackage rec {
|
|||
description = "Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP";
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://github.com/wbond/asn1crypto";
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue