mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: cereal: Use HTTPS home page.
* gnu/packages/serialization.scm (cereal)[home-page]: Use HTTPS.
This commit is contained in:
parent
b3ee0c642a
commit
eb38239df2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ (define-public cereal
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)))
|
||||
(home-page "http://uscilab.github.io/cereal/")
|
||||
(home-page "https://uscilab.github.io/cereal/")
|
||||
(synopsis "C++11 library for serialization")
|
||||
(description
|
||||
"Cereal is a header-only C++11 serialization library. Cereal takes
|
||||
|
|
Loading…
Reference in a new issue