From 5a80c15c14760b3989e24c7893bf79afb9f48741 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 8 Nov 2017 15:41:41 +0100 Subject: 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". --- gnu/packages/aidc.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages/aidc.scm') 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))) -- cgit 1.4.1