diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:38:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-16 22:54:47 +0100 |
commit | 25ee4a474511162e3ad98e7ecb0d06cedf438b0f (patch) | |
tree | efb9d5f88467acfe2caaaaa19c7bbd737a2a8514 /gnu | |
parent | a1b867e4fabe583bb8274aedb2e52060830b5b38 (diff) |
gnu: autoconf: Use HTTPS home page.
* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/autotools.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index ceb70dfee7..2ba9950981 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -60,8 +60,7 @@ ;; 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 |