diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-30 10:43:53 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-30 10:43:53 +0200 |
commit | bae678296ab8eaaeea2c613862bf82efdfee128b (patch) | |
tree | 3e4160a02037fc479957863d8cfe78c22a8ba0d8 /gnu/packages/python.scm | |
parent | 31c6bfed584871a9f8d7eeec78f8fe2dff787477 (diff) | |
download | patches-bae678296ab8eaaeea2c613862bf82efdfee128b.tar patches-bae678296ab8eaaeea2c613862bf82efdfee128b.tar.gz |
gnu: python-waf: Download over https.
* gnu/packages/python.scm (python-waf)[source]: Use https.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4e0292e1a7..1292a09d32 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5264,7 +5264,7 @@ connection to each user.") (version "1.9.5") (source (origin (method url-fetch) - (uri (string-append "http://waf.io/" + (uri (string-append "https://waf.io/" "waf-" version ".tar.bz2")) (sha256 (base32 |