diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:52:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:30 +0200 |
commit | 11e711f8abbe30352d6c520f7ea5a5f248412b05 (patch) | |
tree | a1333dc94de980e78ba7bc3ca1ed2c77a1794d42 | |
parent | 81a5dcfcbad8ba64b94e1f3f4f56e133635360c2 (diff) | |
download | guix-11e711f8abbe30352d6c520f7ea5a5f248412b05.tar.gz |
gnu: erofs-utils: Fix typo in synopsis & description.
* gnu/packages/linux.scm (erofs-utils)[synopsis, description]: Fix typo.
-rw-r--r-- | gnu/packages/linux.scm | 6 |
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+))) |