gnu: autoconf: Use HTTPS home page.
* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
This commit is contained in:
parent
a1b867e4fa
commit
25ee4a4745
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@
|
||||||
;; XXX: testsuite: 209 and 279 failed. The latter is an impurity. It
|
;; XXX: testsuite: 209 and 279 failed. The latter is an impurity. It
|
||||||
;; should use our own "cpp" instead of "/lib/cpp".
|
;; should use our own "cpp" instead of "/lib/cpp".
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
(home-page
|
(home-page "https://www.gnu.org/software/autoconf/")
|
||||||
"http://www.gnu.org/software/autoconf/")
|
|
||||||
(synopsis "Create source code configuration scripts")
|
(synopsis "Create source code configuration scripts")
|
||||||
(description
|
(description
|
||||||
"Autoconf offers the developer a robust set of M4 macros which expand
|
"Autoconf offers the developer a robust set of M4 macros which expand
|
||||||
|
|
Reference in a new issue