guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: autobuild: Use HTTPS home page.


From: guix-commits
Subject: 03/09: gnu: autobuild: Use HTTPS home page.
Date: Fri, 13 Mar 2020 00:40:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2eed6813b6a447524fad8c29412a1efc8c135456
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:14:45 2020 +0100

    gnu: autobuild: Use HTTPS home page.
    
    * gnu/packages/autotools.scm (autobuild)[home-page]: Use HTTPS.
---
 gnu/packages/autotools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 2ba9950..62e0b92 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -243,7 +243,7 @@ Autobuild generates an HTML summary file, containing links 
to each build log.
 The summary includes project name, version, build hostname, host type (cross
 compile aware), date of build, and indication of success or failure.  The
 output is indexed in many ways to simplify browsing.")
-    (home-page "http://josefsson.org/autobuild/";)
+    (home-page "https://josefsson.org/autobuild/";)
     (license gpl3+)))
 
 (define-public automake



reply via email to

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