summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:38:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-16 22:54:47 +0100
commit25ee4a474511162e3ad98e7ecb0d06cedf438b0f (patch)
treeefb9d5f88467acfe2caaaaa19c7bbd737a2a8514
parenta1b867e4fabe583bb8274aedb2e52060830b5b38 (diff)
downloadpatches-25ee4a474511162e3ad98e7ecb0d06cedf438b0f.tar
patches-25ee4a474511162e3ad98e7ecb0d06cedf438b0f.tar.gz
gnu: autoconf: Use HTTPS home page.
* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/autotools.scm3
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