diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:28:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-21 18:33:39 +0100 |
commit | 3602de332ba76f94325b5eebcd14ff3acc470c96 (patch) | |
tree | 30dff202c1d601252c7c7087fa5f1091a2377e99 /gnu | |
parent | 52888f52e87daa4245a9455126002daa23cb6527 (diff) |
gnu: scons: Use HTTPS home page.
* gnu/packages/python-xyz.scm (scons)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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, |