mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: go-go-etcd-io-bbolt: Adjust package style.
* gnu/packages/golang-xyz.scm (go-go-etcd-io-bbolt): Update to 1.3.11. [description]: Place on a new line and reindent. Change-Id: I1c327d9b0efd73f710ca99b6c222de72a4a438ac
This commit is contained in:
parent
099fb61112
commit
9eac01173c
1 changed files with 5 additions and 4 deletions
|
@ -6421,10 +6421,11 @@ (define-public go-go-etcd-io-bbolt
|
|||
(list go-golang-org-x-sys))
|
||||
(home-page "https://go.etcd.io/bbolt")
|
||||
(synopsis "Embedded key/value database for Go")
|
||||
(description "Bolt is a pure Go key/value store inspired by Howard Chu's
|
||||
LMDB project. The goal of the project is to provide a simple, fast, and
|
||||
reliable database for projects that don't require a full database server such as
|
||||
Postgres or MySQL.")
|
||||
(description
|
||||
"Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project.
|
||||
The goal of the project is to provide a simple, fast, and reliable database
|
||||
for projects that don't require a full database server such as Postgres or
|
||||
MySQL.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-go-senan-xyz-flagconf
|
||||
|
|
Loading…
Reference in a new issue