mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #152489 from jonringer/update-python3Packages.certifi-homepage
python3Packages.certifi: update homepage
This commit is contained in:
commit
4abd29bc06
@ -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 ];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user