gnu: liburcu: Use HTTPS home page.

* gnu/packages/datastructures.scm (liburcu)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2019-01-17 22:04:31 +01:00
parent fdc7299a56
commit 4dfda8dce0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -134,7 +134,7 @@ (define-public liburcu
(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