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:
Ludovic Courtès 2016-10-26 10:18:35 +02:00
parent 59198f8fff
commit 19262a718e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -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