mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rocksdb: Use HTTPS home page.
* gnu/packages/databases.scm (rocksdb)[home-page]: Use HTTPS.
This commit is contained in:
parent
e42399e80e
commit
0087a2506f
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ (define-public rocksdb
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue