summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-03-16 23:18:06 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-03-16 23:18:06 +0100
commit23dbe6215899661f141a069097f2ac26bf96fa8b (patch)
tree51988150a2b0454e44e6261106b3e774ed99cc25 /gnu/packages/gnome.scm
parent92cfe6600444a3cb5d28a1c858d747cebc9ca6a8 (diff)
downloadpatches-23dbe6215899661f141a069097f2ac26bf96fa8b.tar
patches-23dbe6215899661f141a069097f2ac26bf96fa8b.tar.gz
gnu: evolution: Actually fix licenses.
* gnu/packages/gnome.scm (evolution)[license]: Use LPGL2.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5e74745329..f407f567b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7604,6 +7604,6 @@ generic enough to work for everyone.")
that provides integrated mail, calendaring and address book
functionality.")
;; See COPYING for details.
- (license (list license:lgpl2.0 license:lgpl3 ; either one of these
+ (license (list license:lgpl2.1 license:lgpl3 ; either one of these
license:openldap2.8 ; addressbook/gui/component/openldap-extract.h
- license:lgpl2+)))) ; smime/lib/*
+ license:lgpl2.1+)))) ; smime/lib/*