guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: liburcu: Use HTTPS home page.


From: guix-commits
Subject: 01/05: gnu: liburcu: Use HTTPS home page.
Date: Fri, 18 Jan 2019 18:04:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4dfda8dce065c199216b452fe48ac73405893a47
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 17 22:04:31 2019 +0100

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

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index c2c2c59..b409438 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -134,7 +134,7 @@ in between these sequences may be different in both content 
and length.")
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))                 ; for tests
-    (home-page "http://liburcu.org/";)
+    (home-page "https://liburcu.org/";)
     (synopsis "User-space RCU data synchronisation library")
     (description "liburcu is a user-space @dfn{Read-Copy-Update} (RCU) data
 synchronisation library.  It provides read-side access that scales linearly



reply via email to

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