python39Packages.cryptography: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2022-03-23 06:16:16 +01:00
parent 85a633de9f
commit 85b84125e1
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View file

@ -92,6 +92,6 @@ buildPythonPackage rec {
changelog = "https://cryptography.io/en/latest/changelog/#v" changelog = "https://cryptography.io/en/latest/changelog/#v"
+ replaceStrings [ "." ] [ "-" ] version; + replaceStrings [ "." ] [ "-" ] version;
license = with licenses; [ asl20 bsd3 psfl ]; license = with licenses; [ asl20 bsd3 psfl ];
maintainers = with maintainers; [ primeos ]; maintainers = with maintainers; [ primeos SuperSandro2000 ];
}; };
} }

View file

@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = "https://cryptography.io/en/latest/development/test-vectors/"; homepage = "https://cryptography.io/en/latest/development/test-vectors/";
# Source: https://github.com/pyca/cryptography/tree/master/vectors; # Source: https://github.com/pyca/cryptography/tree/master/vectors;
license = with licenses; [ asl20 bsd3 ]; license = with licenses; [ asl20 bsd3 ];
maintainers = with maintainers; [ primeos ]; maintainers = with maintainers; [ primeos SuperSandro2000 ];
}; };
} }