summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 20:28:47 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-21 18:33:39 +0100
commit3602de332ba76f94325b5eebcd14ff3acc470c96 (patch)
tree30dff202c1d601252c7c7087fa5f1091a2377e99
parent52888f52e87daa4245a9455126002daa23cb6527 (diff)
downloadpatches-3602de332ba76f94325b5eebcd14ff3acc470c96.tar
patches-3602de332ba76f94325b5eebcd14ff3acc470c96.tar.gz
gnu: scons: Use HTTPS home page.
* gnu/packages/python-xyz.scm (scons)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8a1eaf0145..4e13c7e367 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1559,7 +1559,7 @@ and is not compatible with JSON.")
(invoke "python" "bootstrap.py" "build/scons" "DEVELOPER=guix")
(chdir "build/scons")
#t)))))
- (home-page "http://scons.org/")
+ (home-page "https://scons.org/")
(synopsis "Software construction tool written in Python")
(description
"SCons is a software construction tool. Think of SCons as an improved,