diff options
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))) |