From 8e4909179cc85cdba933eddf2a792350e8f32a85 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 26 Aug 2026 22:49:24 +0900 Subject: gnu: json-glib-minimal: Add upstream-name property. * gnu/packages/gnome.scm (json-glib-minimal): Add upstream-name property, useful for 'guix refresh'. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d33f0d19d70..0795c07f91d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4864,7 +4864,8 @@ configuration storage systems.") (description "JSON-GLib is a library providing serialization and described by RFC 4627. It implements a full JSON parser and generator using GLib and GObject, and integrates JSON with GLib data types.") - (license license:lgpl2.1+))) + (license license:lgpl2.1+) + (properties '((upstream-name . "json-glib"))))) (define-public json-glib (package/inherit json-glib-minimal -- cgit v1.2.3