mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: evolution: Fix typo.
* gnu/packages/gnome.scm (evolution)[license]: Fix typo.
This commit is contained in:
parent
7d3bb43370
commit
92cfe66004
1 changed files with 1 additions and 1 deletions
|
@ -7604,6 +7604,6 @@ (define-public evolution
|
||||||
that provides integrated mail, calendaring and address book
|
that provides integrated mail, calendaring and address book
|
||||||
functionality.")
|
functionality.")
|
||||||
;; See COPYING for details.
|
;; See COPYING for details.
|
||||||
(license (list license:lgpl2 license:lgpl3 ; either one of these
|
(license (list license:lgpl2.0 license:lgpl3 ; either one of these
|
||||||
license:openldap2.8 ; addressbook/gui/component/openldap-extract.h
|
license:openldap2.8 ; addressbook/gui/component/openldap-extract.h
|
||||||
license:lgpl2+)))) ; smime/lib/*
|
license:lgpl2+)))) ; smime/lib/*
|
||||||
|
|
Loading…
Reference in a new issue