diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-27 13:53:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-27 13:53:14 +0100 |
commit | 892307aed55c5062841e9defa19d7299c8844be5 (patch) | |
tree | e6c4e6078dcfe6a4e74f938998d7e12d590bcc82 /gnu/packages/gnome.scm | |
parent | 8aad2e32e5d954bc72aa8ef4da9c22f1619b64cd (diff) |
gnu: orbit2: Specify upstream name.
* gnu/packages/gnome.scm (orbit2)[properties]: New field.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bf63c37c2b..cbd9afbd30 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 |