gnu: erofs-utils: Edit description.

* gnu/packages/linux.scm (erofs-utils)[synopsis]: Add missing article.
[description]: Mark up.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-29 03:21:55 +02:00
parent fa50c9b072
commit 39492f8cd7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8103,8 +8103,9 @@ (define-public erofs-utils
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(home-page "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/")
(synopsis "User-space tools for EROFS file system")
(description "EROFS (Enhanced Read-Only File System) is a compressed,
(synopsis "User-space tools for the EROFS file system")
(description
"@acronym{EROFS, The Enhanced Read-Only File System} is a compressed,
read-only file system optimized for resource-scarce devices. This package
provides user-space tools for creating EROFS file systems.")
(license license:gpl2+)))