gnu: autoconf: Use HTTPS home page.

* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 19:38:42 +01:00
parent a1b867e4fa
commit 25ee4a4745
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -60,8 +60,7 @@ (define-public autoconf
;; XXX: testsuite: 209 and 279 failed. The latter is an impurity. It
;; should use our own "cpp" instead of "/lib/cpp".
(arguments `(#:tests? #f))
(home-page
"http://www.gnu.org/software/autoconf/")
(home-page "https://www.gnu.org/software/autoconf/")
(synopsis "Create source code configuration scripts")
(description
"Autoconf offers the developer a robust set of M4 macros which expand