gnu: cereal: Use HTTPS home page.

* gnu/packages/serialization.scm (cereal)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:37:07 +01:00
parent b3ee0c642a
commit eb38239df2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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