gnu: opensmtpd: Fix 'license' field.
* gnu/packages/mail.scm (opensmtpd)[license]: Use LICENSE:OPENSSL, not OPENSSL. (opensmtpd-extras)[license]: Likewise.
This commit is contained in:
parent
59198f8fff
commit
19262a718e
|
@ -1618,7 +1618,7 @@ some additional standard extensions. It allows ordinary machines to exchange
|
||||||
e-mails with other systems speaking the SMTP protocol.")
|
e-mails with other systems speaking the SMTP protocol.")
|
||||||
(home-page "https://www.opensmtpd.org")
|
(home-page "https://www.opensmtpd.org")
|
||||||
(license (list bsd-2 bsd-3 bsd-4 (non-copyleft "file://COPYING")
|
(license (list bsd-2 bsd-3 bsd-4 (non-copyleft "file://COPYING")
|
||||||
public-domain isc openssl))))
|
public-domain isc license:openssl))))
|
||||||
|
|
||||||
(define-public opensmtpd-extras
|
(define-public opensmtpd-extras
|
||||||
(package
|
(package
|
||||||
|
@ -1681,8 +1681,8 @@ e-mails with other systems speaking the SMTP protocol.")
|
||||||
(assoc-ref %build-inputs "python-2"))
|
(assoc-ref %build-inputs "python-2"))
|
||||||
(string-append "--with-lua="
|
(string-append "--with-lua="
|
||||||
(assoc-ref %build-inputs "lua")))))
|
(assoc-ref %build-inputs "lua")))))
|
||||||
(license (list bsd-2 bsd-3 bsd-4 non-copyleft
|
(license (list bsd-2 bsd-3 bsd-4
|
||||||
public-domain isc openssl))
|
public-domain isc license:openssl))
|
||||||
(synopsis "Extra tables, filters, and various other addons for OpenSMTPD")
|
(synopsis "Extra tables, filters, and various other addons for OpenSMTPD")
|
||||||
(description
|
(description
|
||||||
"This package provides extra tables, filters, and various other addons
|
"This package provides extra tables, filters, and various other addons
|
||||||
|
|
Loading…
Reference in New Issue