Loading pkgs/development/python-modules/certifi/default.nix +3 −3 Original line number Diff line number Diff line { lib , buildPythonPackage , isPy27 , pythonOlder , fetchFromGitHub , pytestCheckHook }: Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "certifi"; version = "2021.10.08"; disabled = isPy27; disabled = pythonOlder "3.5"; src = fetchFromGitHub { owner = pname; Loading @@ -28,6 +28,6 @@ buildPythonPackage rec { homepage = "https://github.com/certifi/python-certifi"; description = "Python package for providing Mozilla's CA Bundle"; license = licenses.isc; maintainers = with maintainers; [ koral ]; maintainers = with maintainers; [ koral SuperSandro2000 ]; }; } Loading
pkgs/development/python-modules/certifi/default.nix +3 −3 Original line number Diff line number Diff line { lib , buildPythonPackage , isPy27 , pythonOlder , fetchFromGitHub , pytestCheckHook }: Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "certifi"; version = "2021.10.08"; disabled = isPy27; disabled = pythonOlder "3.5"; src = fetchFromGitHub { owner = pname; Loading @@ -28,6 +28,6 @@ buildPythonPackage rec { homepage = "https://github.com/certifi/python-certifi"; description = "Python package for providing Mozilla's CA Bundle"; license = licenses.isc; maintainers = with maintainers; [ koral ]; maintainers = with maintainers; [ koral SuperSandro2000 ]; }; }