python3Packages.certifi: update homepage
This commit is contained in:
parent
1e01453b30
commit
a3703b1ac8
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "certifi" ];
|
pythonImportsCheck = [ "certifi" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://certifi.io/";
|
homepage = "https://github.com/certifi/python-certifi";
|
||||||
description = "Python package for providing Mozilla's CA Bundle";
|
description = "Python package for providing Mozilla's CA Bundle";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ koral ];
|
maintainers = with maintainers; [ koral ];
|
||||||
|
@ -26,7 +26,7 @@ in buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://certifi.io/";
|
homepage = "https://github.com/certifi/python-certifi";
|
||||||
description = "Python package for providing Mozilla's CA Bundle";
|
description = "Python package for providing Mozilla's CA Bundle";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ ]; # NixOps team
|
maintainers = with maintainers; [ ]; # NixOps team
|
||||||
|
Loading…
Reference in New Issue
Block a user