nckx pushed a commit to branch master
in repository guix.

commit 0087a2506fcc78b5bdd6197a841ae04826e34ebd
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 00:44:41 2020 +0100

    gnu: rocksdb: Use HTTPS home page.
    
    * gnu/packages/databases.scm (rocksdb)[home-page]: Use HTTPS.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c8d12f4..9d42ba7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1220,7 +1220,7 @@ including field and record folding.")))
        ("lz4" ,lz4)
        ("snappy" ,snappy)
        ("zlib" ,zlib)))
-    (home-page "http://rocksdb.org/";)
+    (home-page "https://rocksdb.org/";)
     (synopsis "Persistent key-value store for fast storage")
     (description
      "RocksDB is a library that forms the core building block for a fast

Reply via email to