summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 09:01:27 +0800
committerGitHub <noreply@github.com>2021-12-29 09:01:27 +0800
commit4abd29bc0673fcfcf70151056c5e98f7522ce175 (patch)
tree05656c714a2a4410cabaeee737949ad911cf6130 /pkgs/development
parent080184a2a57eb6c6857cacc0b46b075a686291ce (diff)
parenta3703b1ac87f9e827bf02375fd3b0d5218b88911 (diff)
Merge pull request #152489 from jonringer/update-python3Packages.certifi-homepage
python3Packages.certifi: update homepage
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/certifi/default.nix2
-rw-r--r--pkgs/development/python-modules/certifi/python2.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/certifi/default.nix b/pkgs/development/python-modules/certifi/default.nix
index 53fe66f01532..68a0ca42986e 100644
--- a/pkgs/development/python-modules/certifi/default.nix
+++ b/pkgs/development/python-modules/certifi/default.nix
@@ -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 ];
diff --git a/pkgs/development/python-modules/certifi/python2.nix b/pkgs/development/python-modules/certifi/python2.nix
index adc9594d69d0..529d5b1fb996 100644
--- a/pkgs/development/python-modules/certifi/python2.nix
+++ b/pkgs/development/python-modules/certifi/python2.nix
@@ -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