mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: flatbuffers: Fix typo in description.
* gnu/packages/serialization.scm (flatbuffers)[description]: Hyphenate.
This commit is contained in:
parent
f3dd10dfe7
commit
a8b12397a1
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ (define-public flatbuffers
|
||||||
(assoc-ref %outputs "out") "/lib"))))
|
(assoc-ref %outputs "out") "/lib"))))
|
||||||
(home-page "https://google.github.io/flatbuffers/")
|
(home-page "https://google.github.io/flatbuffers/")
|
||||||
(synopsis "Memory-efficient serialization library")
|
(synopsis "Memory-efficient serialization library")
|
||||||
(description "FlatBuffers is a cross platform serialization library for C++,
|
(description "FlatBuffers is a cross-platform serialization library for C++,
|
||||||
C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created for
|
C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created for
|
||||||
game development and other performance-critical applications.")
|
game development and other performance-critical applications.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Reference in a new issue