diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-26 23:50:51 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-27 00:33:34 +0100 |
commit | 9eac01173c0664659d73a134fe6489289af0e3d5 (patch) | |
tree | 70261855eddea04c7f16f9f382dbadbbbc471333 /gnu | |
parent | 099fb61112aeeb70c157640f98118baca1bcd1f0 (diff) | |
download | guix-9eac01173c0664659d73a134fe6489289af0e3d5.tar.gz guix-9eac01173c0664659d73a134fe6489289af0e3d5.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index be52c54e95..8217f4f5b0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -6421,10 +6421,11 @@ Go host programs.") (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 |