guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: orbit2: Specify upstream name.


From: guix-commits
Subject: 02/02: gnu: orbit2: Specify upstream name.
Date: Tue, 27 Nov 2018 08:02:11 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 892307aed55c5062841e9defa19d7299c8844be5
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 27 13:53:14 2018 +0100

    gnu: orbit2: Specify upstream name.
    
    * gnu/packages/gnome.scm (orbit2)[properties]: New field.
---
 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 bf63c37..cbd9afb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1347,7 +1347,8 @@ featuring mature C, C++ and Python bindings.")
     ;; Licence notice is unclear.  The Web page simply say "GPL" without giving
     ;; a version.  SOME of the code files have licence notices for GPLv2+.
     ;; The tarball contains files of the text of GPLv2 and LGPLv2.
-    (license license:gpl2+)))
+    (license license:gpl2+)
+    (properties `((upstream-name . "ORBit2")))))
 
 
 (define-public libbonobo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]