guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/11: gnu: erofs-utils: Edit description.


From: guix-commits
Subject: 07/11: gnu: erofs-utils: Edit description.
Date: Tue, 29 Jun 2021 00:45:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 39492f8cd7d086774c09b3f2ad00ee380cb1e757
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 29 03:21:55 2021 +0200

    gnu: erofs-utils: Edit description.
    
    * gnu/packages/linux.scm (erofs-utils)[synopsis]: Add missing article.
    [description]: Mark up.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5cf1b15..7cd3113 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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]