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/libupnp.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/libupnp.scm')
-rw-r--r-- | gnu/packages/libupnp.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/libupnp.scm b/gnu/packages/libupnp.scm index 330ae6deb6..513e4c7385 100644 --- a/gnu/packages/libupnp.scm +++ b/gnu/packages/libupnp.scm @@ -46,8 +46,8 @@ (synopsis "Portable SDK for UPnP Devices") (description "The portable SDK for UPnP Devices (libupnp) provides developers with an -API and open source code for building control points, devices, and bridges -that are compliant with Version 1.0 of the Universal Plug and Play Device -Architecture Specification and support several operating systems like Linux, -*BSD, Solaris and others.") +API and code for building control points, devices, and bridges that are +compliant with Version 1.0 of the Universal Plug and Play Device Architecture +Specification and support several operating systems like Linux, *BSD, Solaris +and others.") (license bsd-3))) |