python3Packages.certifi: update homepage

This commit is contained in:
Jonathan Ringer 2021-12-28 10:05:19 -08:00
parent 1e01453b30
commit a3703b1ac8
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
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