pythonPackages.cryptography*: remove primeos from maintainers

Based on his request
This commit is contained in:
Sandro 2022-03-26 14:55:58 +01:00 committed by GitHub
parent 37a6c262f3
commit 95d7a7bbf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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