guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: libgc: Use HTTPS home page.


From: guix-commits
Subject: 06/09: gnu: libgc: Use HTTPS home page.
Date: Sun, 1 Mar 2020 14:54:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f4eee79db28109e751fbcf8c32b7228cbf666a43
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:44:14 2020 +0100

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

diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
index cc49210..f0cff70 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -87,7 +87,7 @@ simple collector interface.
 
 Alternatively, the garbage collector may be used as a leak detector for
 C or C++ programs, though that is not its primary goal.")
-   (home-page "http://www.hboehm.info/gc/";)
+   (home-page "https://www.hboehm.info/gc/";)
 
    (license (x11-style (string-append home-page "license.txt")))))
 



reply via email to

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