Merge pull request #152489 from jonringer/update-python3Packages.certifi-homepage

python3Packages.certifi: update homepage
This commit is contained in:
Bobby Rong 2021-12-29 09:01:27 +08:00 committed by GitHub
commit 4abd29bc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "certifi" ];
meta = with lib; {
homepage = "https://certifi.io/";
homepage = "https://github.com/certifi/python-certifi";
description = "Python package for providing Mozilla's CA Bundle";
license = licenses.isc;
maintainers = with maintainers; [ koral ];

View File

@ -26,7 +26,7 @@ in buildPythonPackage rec {
doCheck = false;
meta = with lib; {
homepage = "https://certifi.io/";
homepage = "https://github.com/certifi/python-certifi";
description = "Python package for providing Mozilla's CA Bundle";
license = licenses.isc;
maintainers = with maintainers; [ ]; # NixOps team