gnu: dkimproxy: Correct licence.
* gnu/packages/mail.scm (dkimproxy)[license]: Change to gpl2+.
This commit is contained in:
parent
66e39000c6
commit
2b456dd836
|
@ -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
|
proxy for signing outgoing email, and an inbound proxy for verifying signatures
|
||||||
of incoming email. With Postfix, the proxies can operate as either
|
of incoming email. With Postfix, the proxies can operate as either
|
||||||
@code{Before-Queue} or @code{After-Queue} content filters.")
|
@code{Before-Queue} or @code{After-Queue} content filters.")
|
||||||
(license gpl3+)))
|
(license gpl2+)))
|
||||||
|
|
||||||
(define-public mb2md
|
(define-public mb2md
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue