diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-01-17 22:04:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-01-19 00:03:14 +0100 |
commit | 4dfda8dce065c199216b452fe48ac73405893a47 (patch) | |
tree | 24eb6b3d75e30eac5f3cc1f1497b3d7531010354 /gnu | |
parent | fdc7299a5671e0719b2a7e15c02ca73ad57e4527 (diff) | |
download | guix-4dfda8dce065c199216b452fe48ac73405893a47.tar guix-4dfda8dce065c199216b452fe48ac73405893a47.tar.gz |
gnu: liburcu: Use HTTPS home page.
* gnu/packages/datastructures.scm (liburcu)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/datastructures.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index c2c2c59be4..b40943892e 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 |