guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 03b2eebb8761c467590d34b05c1eac4b9f5d6381
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Aug 26 22:48:52 2026 +0900

    gnu: libcloudproviders-minimal: Add upstream-name property.
    
    * gnu/packages/gnome.scm (libcloudproviders-minimal): Add upstream-name
    property, useful for 'guix refresh'.
---
 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 edda57c1a7..d33f0d19d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -405,7 +405,8 @@ clients to expose their services.  Clients such as file 
managers and desktop
 environments can then provide integrated access to the cloud providers
 services.")
     (home-page 
"https://csorianognome.wordpress.com/2015/07/07/cloud-providers/";)
-    (license license:lgpl3+)))
+    (license license:lgpl3+)
+    (properties '((upstream-name . "libcloudproviders")))))
 
 (define-public libcloudproviders
   (package/inherit libcloudproviders-minimal

Reply via email to