mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: leveldb: Update home page.
* gnu/packages/databases.scm (leveldb)[home-page]: Update.
This commit is contained in:
parent
ee71f85f4f
commit
fd423e4df7
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ (define-public leveldb
|
||||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON" "-DLEVELDB_BUILD_TESTS=ON")))
|
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON" "-DLEVELDB_BUILD_TESTS=ON")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("snappy" ,snappy)))
|
`(("snappy" ,snappy)))
|
||||||
(home-page "http://leveldb.org/")
|
(home-page "https://github.com/google/leveldb")
|
||||||
(synopsis "Fast key-value storage library")
|
(synopsis "Fast key-value storage library")
|
||||||
(description
|
(description
|
||||||
"LevelDB is a fast key-value storage library that provides an ordered
|
"LevelDB is a fast key-value storage library that provides an ordered
|
||||||
|
|
Loading…
Reference in a new issue