guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/13: gnu: rocksdb: Use HTTPS home page.


From: guix-commits
Subject: 08/13: gnu: rocksdb: Use HTTPS home page.
Date: Tue, 10 Mar 2020 22:43:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0087a2506fcc78b5bdd6197a841ae04826e34ebd
Author: Tobias Geerinckx-Rice <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]