mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)))
|
`(("doxygen" ,doxygen)))
|
||||||
(home-page "http://uscilab.github.io/cereal/")
|
(home-page "https://uscilab.github.io/cereal/")
|
||||||
(synopsis "C++11 library for serialization")
|
(synopsis "C++11 library for serialization")
|
||||||
(description
|
(description
|
||||||
"Cereal is a header-only C++11 serialization library. Cereal takes
|
"Cereal is a header-only C++11 serialization library. Cereal takes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue