lilyp pushed a commit to branch gnome-team
in repository guix.

commit 904e2bb1a823040e1b74c4778dbe2f4ee826e256
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:06 2025 +0100

    gnu: libsoup-minimal: Add upstream-name.
    
    * gnu/packages/gnome.scm (libsoup-minimal)[properties]: Add upstream-name.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 90ab3d7b4a..a6ab201fbe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5240,7 +5240,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

Reply via email to