summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ndg-httpsclient
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-08-26 16:10:02 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2020-08-26 16:10:02 -0500
commit872b23d2149d7b7eab161b937eb7390cb9b4c1a3 (patch)
treec10646400a4db5883507f20771d36b15b250b5d4 /pkgs/development/python-modules/ndg-httpsclient
parent459c60dda2406d2207d2afd90f210ffc87efde54 (diff)
parent5bd2c3719a5af1a4a8d430e5e33ba3092bdb9f7e (diff)
Merge remote-tracking branch 'origin/master' into gcc-cross
Diffstat (limited to 'pkgs/development/python-modules/ndg-httpsclient')
-rw-r--r--pkgs/development/python-modules/ndg-httpsclient/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ndg-httpsclient/default.nix b/pkgs/development/python-modules/ndg-httpsclient/default.nix
index d9c7e41c576f..687f589fe1af 100644
--- a/pkgs/development/python-modules/ndg-httpsclient/default.nix
+++ b/pkgs/development/python-modules/ndg-httpsclient/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
- homepage = https://github.com/cedadev/ndg_httpsclient/;
+ homepage = "https://github.com/cedadev/ndg_httpsclient/";
description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";
license = licenses.bsd2;
maintainers = with maintainers; [ ];