gnu: Use synopses from the Womb.
[jackhill/guix/guix.git] / gnu / packages / wdiff.scm
index 02d536c..b9fccb9 100644 (file)
@@ -48,8 +48,7 @@
     (inputs `(("screen" ,screen)
               ("which" ,which)))
     (home-page "https://www.gnu.org/software/wdiff/")
-    (synopsis
-     "GNU Wdiff, a tool for comparing files on a word by word basis")
+    (synopsis "Word difference finder")
     (description
      "GNU Wdiff is a front end to 'diff' for comparing files on a word per
 word basis.  A word is anything between whitespace.  This is useful for
@@ -58,4 +57,4 @@ paragraphs have been refilled.  It works by creating two temporary files, one
 word per line, and then executes 'diff' on these files.  It collects the
 'diff' output and uses it to produce a nicer display of word differences
 between the original files.")
-    (license gpl3+)))
\ No newline at end of file
+    (license gpl3+)))