3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libdmtx: Edit description.

* gnu/package/aidc.scm (libdmtx)[description]: Replace redundant OS
information with fascinating barcode facts.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-13 02:48:17 +01:00
parent b9a807b7b8
commit 0e249bdecf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)))