mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: offlineimap: fix license.
* gnu/packages/mail.scm (offlineimap) [license]: Change to gpl2+.
This commit is contained in:
parent
d2938d59aa
commit
7886e23b03
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ (define-public offlineimap
|
|||
"OfflineImap synchronizes emails between two repositories, so that you
|
||||
can read the same mailbox from multiple computers. It supports IMAP as REMOTE
|
||||
repository and Maildir/IMAP as LOCAL repository.")
|
||||
(license gpl2)))
|
||||
(license gpl2+)))
|
||||
|
||||
(define-public mu
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue