mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: liburcu: Use HTTPS home page.
* gnu/packages/datastructures.scm (liburcu)[home-page]: Use HTTPS.
This commit is contained in:
parent
fdc7299a56
commit
4dfda8dce0
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ (define-public liburcu
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl))) ; for tests
|
`(("perl" ,perl))) ; for tests
|
||||||
(home-page "http://liburcu.org/")
|
(home-page "https://liburcu.org/")
|
||||||
(synopsis "User-space RCU data synchronisation library")
|
(synopsis "User-space RCU data synchronisation library")
|
||||||
(description "liburcu is a user-space @dfn{Read-Copy-Update} (RCU) data
|
(description "liburcu is a user-space @dfn{Read-Copy-Update} (RCU) data
|
||||||
synchronisation library. It provides read-side access that scales linearly
|
synchronisation library. It provides read-side access that scales linearly
|
||||||
|
|
Loading…
Reference in a new issue