guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/27: gnu: autoconf: Use HTTPS home page.


From: guix-commits
Subject: 26/27: gnu: autoconf: Use HTTPS home page.
Date: Sun, 16 Feb 2020 16:59:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 25ee4a474511162e3ad98e7ecb0d06cedf438b0f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:38:42 2020 +0100

    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 ceb70df..2ba9950 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]