gnu: libscfg: Improve description.

* gnu/packages/serialization.scm (libscfg)[description]: Improve description.

Change-Id: I1fd984eedcf606fcc06e78b51546ddb27c88d265
This commit is contained in:
jgart 2025-12-24 15:33:15 -06:00
parent 0b1f37ded6
commit 9a01dc440c
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -430,7 +430,7 @@ that implements both the msgpack and msgpack-rpc specifications.")
(build-system meson-build-system)
(synopsis "Scfg library written in C")
(description
"This package provides a C library for to parse
"This package provides a C library for parsing
@uref{https://git.sr.ht/~emersion/scfg, scfg}, a simple configuration file
format with one directive per line.")
(license license:expat)))