diff options
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d8155fcabf..bf6732bfed 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5244,7 +5244,8 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.") (description "LibSoup is an HTTP client/server library for GNOME. It uses GObjects and the GLib main loop, to integrate well with GNOME applications.") - (license license:lgpl2.0+))) + (license license:lgpl2.0+) + (properties '((upstream-name . "libsoup"))))) ;;; An older variant kept to build the 'rest' package. (define-public libsoup-minimal-2 |