me
/
guix
Archived
1
0
Fork 0

gnu: scons: Use HTTPS home page.

* gnu/packages/python-xyz.scm (scons)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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,