diff options
Diffstat (limited to 'gnu/packages/fdisk.scm')
-rw-r--r-- | gnu/packages/fdisk.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/fdisk.scm b/gnu/packages/fdisk.scm index 5cf02a9014..6248feb98b 100644 --- a/gnu/packages/fdisk.scm +++ b/gnu/packages/fdisk.scm @@ -46,9 +46,8 @@ ("util-linux" ,util-linux) ("parted" ,parted))) (home-page "https://www.gnu.org/software/fdisk/") - (synopsis - "GNU Fdisk, a command-line disk partitioning tool") + (synopsis "Low-level disk partitioning and formatting") (description "GNU Fdisk provides alternatives to util-linux fdisk and util-linux cfdisk. It uses GNU Parted.") - (license gpl3+)))
\ No newline at end of file + (license gpl3+))) |