diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-21 05:22:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-21 05:29:53 -0400 |
commit | 0ccb104354a1f4824f56d579aa574e3c9df7737f (patch) | |
tree | 7e955ec6323926dc6bacd3a02b876f1301752a5b /gnu/packages/syncthing.scm | |
parent | 6b2752526b6237b54dc399d20fe560370281800c (diff) | |
download | patches-0ccb104354a1f4824f56d579aa574e3c9df7737f.tar patches-0ccb104354a1f4824f56d579aa574e3c9df7737f.tar.gz |
gnu: go-github-com-vitrun-qart-qr: Remove duplicate 'description' field.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr)[description]:
Remove duplicate 'description' field.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 4a584b1f9a..ea24be2058 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -857,8 +857,6 @@ implements arithmetic over the Galois Field GF(256).") `(#:import-path "github.com/vitrun/qart/qr" #:unpack-path "github.com/vitrun/qart")) (synopsis "Qart component for generating QR codes") - (description "This package, a component of @code{qart}, provides -@code{qr}, for QR code generation.") (description "This package provides a library for embedding human-meaningful graphics in QR codes. However, instead of scribbling on redundant pieces and relying on error correction to preserve the meaning, |