Skip to content
Snippets Groups Projects
Commit 7886e23b authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: offlineimap: fix license.

* gnu/packages/mail.scm (offlineimap) [license]: Change to gpl2+.
parent d2938d59
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,7 @@ (define-public offlineimap ...@@ -283,7 +283,7 @@ (define-public offlineimap
"OfflineImap synchronizes emails between two repositories, so that you "OfflineImap synchronizes emails between two repositories, so that you
can read the same mailbox from multiple computers. It supports IMAP as REMOTE can read the same mailbox from multiple computers. It supports IMAP as REMOTE
repository and Maildir/IMAP as LOCAL repository.") repository and Maildir/IMAP as LOCAL repository.")
(license gpl2))) (license gpl2+)))
(define-public mu (define-public mu
(package (package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment