diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:44:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:01:45 +0100 |
commit | 0087a2506fcc78b5bdd6197a841ae04826e34ebd (patch) | |
tree | 870b9393389f8789ea65b0135c8a5f449edc466b | |
parent | e42399e80e41cec0d017b6967b949df4c3feec25 (diff) | |
download | guix-0087a2506fcc78b5bdd6197a841ae04826e34ebd.tar.gz |
gnu: rocksdb: Use HTTPS home page.
* gnu/packages/databases.scm (rocksdb)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/databases.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index c8d12f43b5..9d42ba75fa 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 |