summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:52:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:30 +0200
commit11e711f8abbe30352d6c520f7ea5a5f248412b05 (patch)
treea1333dc94de980e78ba7bc3ca1ed2c77a1794d42 /gnu/packages/linux.scm
parent81a5dcfcbad8ba64b94e1f3f4f56e133635360c2 (diff)
downloadguix-patches-11e711f8abbe30352d6c520f7ea5a5f248412b05.tar
guix-patches-11e711f8abbe30352d6c520f7ea5a5f248412b05.tar.gz
gnu: erofs-utils: Fix typo in synopsis & description.
* gnu/packages/linux.scm (erofs-utils)[synopsis, description]: Fix typo.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d50d29034c..3c1d0fddb8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8026,8 +8026,8 @@ 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 filesystem")
+ (synopsis "User-space tools for EROFS file system")
(description "EROFS (Enhanced Read-Only File System) is a compressed,
-read-only filesystem optimized for resource-scarce devices. This package
-provides user-space tools for creating EROFS filesystems.")
+read-only file system optimized for resource-scarce devices. This package
+provides user-space tools for creating EROFS file systems.")
(license license:gpl2+)))