diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-13 02:48:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-13 05:42:58 +0100 |
commit | 0e249bdecf7fbd3d1e8ee9598538f72f87dba854 (patch) | |
tree | e49938c7658e11f56a4f8157d841cdabb5f12aa3 /gnu/packages/aidc.scm | |
parent | b9a807b7b8262fec8a00c8bf99445bf1db71828a (diff) | |
download | guix-0e249bdecf7fbd3d1e8ee9598538f72f87dba854.tar guix-0e249bdecf7fbd3d1e8ee9598538f72f87dba854.tar.gz |
gnu: libdmtx: Edit description.
* gnu/package/aidc.scm (libdmtx)[description]: Replace redundant OS
information with fascinating barcode facts.
Diffstat (limited to 'gnu/packages/aidc.scm')
-rw-r--r-- | gnu/packages/aidc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index 4c9f0989f4..afcb33ad6d 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm @@ -99,6 +99,6 @@ characters, and is highly robust.") (home-page "https://github.com/dmtx") (synopsis "Library for reading and writing Data Matrix 2D barcodes") (description "libdmtx is software for reading and writing Data Matrix 2D -barcodes on Linux and Unix. At its core libdmtx is a shared library, allowing +barcodes of the modern ECC200 variety. libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead.") (license license:bsd-3))) |