diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-25 22:30:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-25 22:42:39 +0200 |
commit | 2b456dd83646bd7489f6475afe5f247f22f79d27 (patch) | |
tree | a1d658b02c7845f03238e569c3e6f3b45f6f4cb1 /gnu | |
parent | 66e39000c612a9e16e6db709954582c6c0db8499 (diff) | |
download | patches-2b456dd83646bd7489f6475afe5f247f22f79d27.tar patches-2b456dd83646bd7489f6475afe5f247f22f79d27.tar.gz |
gnu: dkimproxy: Correct licence.
* gnu/packages/mail.scm (dkimproxy)[license]: Change to gpl2+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5ffb5b6cd1..c31a141009 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2014,7 +2014,7 @@ work with any mail server. It comprises two separate proxies, an outbound proxy for signing outgoing email, and an inbound proxy for verifying signatures of incoming email. With Postfix, the proxies can operate as either @code{Before-Queue} or @code{After-Queue} content filters.") - (license gpl3+))) + (license gpl2+))) (define-public mb2md (package |