diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-08 15:41:41 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-08 16:21:53 +0100 |
commit | 5a80c15c14760b3989e24c7893bf79afb9f48741 (patch) | |
tree | 747be84575fb0a3046f3986329afaaed86d9ed2c /gnu/packages/aidc.scm | |
parent | 88fb156288a2f3d07a998ec8c19469de00399d56 (diff) | |
download | patches-5a80c15c14760b3989e24c7893bf79afb9f48741.tar patches-5a80c15c14760b3989e24c7893bf79afb9f48741.tar.gz |
gnu: Remove "open source" from descriptions.
All software in Guix is Free Software.
* gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string.
* gnu/packages/firmware.scm (seabios)[description]: Likewise.
* gnu/packages/libupnp.scm (libupnp)[description]: Likewise.
* gnu/packages/maths.scm (cubicle)[description]: Likewise.
* gnu/packages/mingw.scm (mingw-w64)[description]: Likewise.
* gnu/packages/game-development.scm (openmw)[description]: Likewise.
[synopsis]: Remove "Free software".
Diffstat (limited to 'gnu/packages/aidc.scm')
-rw-r--r-- | gnu/packages/aidc.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm index fa4555ede6..7093c7467c 100644 --- a/gnu/packages/aidc.scm +++ b/gnu/packages/aidc.scm @@ -88,8 +88,7 @@ characters, and is highly robust.") `(("pkg-config" ,pkg-config))) (home-page "http://libdmtx.sourceforge.net/") (synopsis "Library for reading and writing Data Matrix 2D barcodes") - (description "libdmtx is open source software for reading and writing Data -Matrix 2D barcodes on Linux and Unix. At its core libdmtx is a shared -library, allowing C/C++ programs to use its capabilities without restrictions -or overhead.") + (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 +C/C++ programs to use its capabilities without restrictions or overhead.") (license license:bsd-3))) |