mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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")))
|
||||
(inputs
|
||||
`(("snappy" ,snappy)))
|
||||
(home-page "http://leveldb.org/")
|
||||
(home-page "https://github.com/google/leveldb")
|
||||
(synopsis "Fast key-value storage library")
|
||||
(description
|
||||
"LevelDB is a fast key-value storage library that provides an ordered
|
||||
|
|
Loading…
Reference in a new issue