diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-05-10 11:12:50 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-05-10 11:15:23 +0200 |
commit | 51eb4a6e67bab2d84dcdc34c3b7b000dda140e4c (patch) | |
tree | ae0b592bccfd5d1a7a5ce255800eb4f19a056e48 /gnu/packages/android.scm | |
parent | d412dbe456a9ecf24dbb69a41e44eb4f2483c767 (diff) | |
download | gnu-guix-51eb4a6e67bab2d84dcdc34c3b7b000dda140e4c.tar gnu-guix-51eb4a6e67bab2d84dcdc34c3b7b000dda140e4c.tar.gz |
gnu: android-f2fs-utils: Update synopsis and description.
* gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify.
[description]: Modify.
Diffstat (limited to 'gnu/packages/android.scm')
-rw-r--r-- | gnu/packages/android.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index d09cd635e5..ddfe90a6b4 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -549,9 +549,10 @@ Android core.") ("android-libcutils" ,android-libcutils) ("zlib" ,zlib))) (home-page "https://developer.android.com/") - (synopsis "Android ext4 utils") - (description "@code{android-ext4-utils} is a library in common use by the -Android core.") + (synopsis "Android f2fs utils") + (description "@code{android-f2fs-utils} is a library in common use by the +Android core. It allows the user to create images for the @code{f2fs} Flash +file system.") (license license:asl2.0))) (define-public android-libutils |