gnu: cereal: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 19 Jan 2020 00:37:07 +0000 (01:37 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 12 Feb 2020 04:00:44 +0000 (05:00 +0100)
* gnu/packages/serialization.scm (cereal)[home-page]: Use HTTPS.

gnu/packages/serialization.scm

index 72cc70e..861d11a 100644 (file)
@@ -94,7 +94,7 @@
             #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