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/mingw.scm | |
parent | 88fb156288a2f3d07a998ec8c19469de00399d56 (diff) |
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/mingw.scm')
-rw-r--r-- | gnu/packages/mingw.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm index 6a348da611..c7bc5c025d 100644 --- a/gnu/packages/mingw.scm +++ b/gnu/packages/mingw.scm @@ -78,7 +78,7 @@ #:strip-binaries? #f)) (home-page "http://mingw.org") (synopsis "Minimalist GNU for Windows") - (description "MinGW provides a complete Open Source programming tool set -which is suitable for the development of native MS-Windows applications, and -which does not depend on any 3rd-party C-Runtime dlls.") + (description "MinGW provides a complete programming tool set which is +suitable for the development of native MS-Windows applications, and which does +not depend on any 3rd-party C-Runtime dlls.") (license license:fdl1.3+))) |