pythonPackages.certifi: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:00:35 +02:00 committed by Jon
parent 79a11bd310
commit e538248f69

View File

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