From 25ee4a474511162e3ad98e7ecb0d06cedf438b0f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 19:38:42 +0100 Subject: gnu: autoconf: Use HTTPS home page. * gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS. --- gnu/packages/autotools.scm | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3