gnu: scons: Use HTTPS home page.

* gnu/packages/python-xyz.scm (scons)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 20:28:47 +01:00
parent 52888f52e8
commit 3602de332b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1559,7 +1559,7 @@ (define-public scons
(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,