[bug#75470,gnome-team,41/59] gnu: libsoup-minimal: Add upstream-name.

Message ID eaaee4297ec71154b78cdef1e4024d79c6c3edce.1736458798.git.liliana.prikler@gmail.com
State New
Headers
Series To 46.7 and beyond |

Commit Message

Liliana Marie Prikler Jan. 9, 2025, 9:38 p.m. UTC
  * gnu/packages/gnome.scm (libsoup-minimal)[properties]: Add upstream-name.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7fcfa7c082..8f9f06e9c7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5238,7 +5238,8 @@  (define-public libsoup-minimal
     (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