diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-29 03:21:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-29 06:25:49 +0200 |
commit | 39492f8cd7d086774c09b3f2ad00ee380cb1e757 (patch) | |
tree | a2521e2b27122987882dd0bc3dd12d566b95a142 /gnu/packages | |
parent | fa50c9b072f9a0186089a383e0d19c301353778c (diff) | |
download | guix-39492f8cd7d086774c09b3f2ad00ee380cb1e757.tar.gz guix-39492f8cd7d086774c09b3f2ad00ee380cb1e757.zip |
gnu: erofs-utils: Edit description.
* gnu/packages/linux.scm (erofs-utils)[synopsis]: Add missing article.
[description]: Mark up.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5cf1b153af..7cd311378b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8103,8 +8103,9 @@ kernel side implementation.") ("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+))) |