mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -1618,7 +1618,7 @@ (define-public opensmtpd
|
|||
e-mails with other systems speaking the SMTP protocol.")
|
||||
(home-page "https://www.opensmtpd.org")
|
||||
(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
|
||||
(package
|
||||
|
@ -1681,8 +1681,8 @@ (define-public opensmtpd-extras
|
|||
(assoc-ref %build-inputs "python-2"))
|
||||
(string-append "--with-lua="
|
||||
(assoc-ref %build-inputs "lua")))))
|
||||
(license (list bsd-2 bsd-3 bsd-4 non-copyleft
|
||||
public-domain isc openssl))
|
||||
(license (list bsd-2 bsd-3 bsd-4
|
||||
public-domain isc license:openssl))
|
||||
(synopsis "Extra tables, filters, and various other addons for OpenSMTPD")
|
||||
(description
|
||||
"This package provides extra tables, filters, and various other addons
|
||||
|
|
Loading…
Reference in a new issue