gnu: python-mailmanclient: Fix typo.
* gnu/packages/mail.scm (python-mailmanclient)[properties]: Fix typo.
This commit is contained in:
parent
6ef6246cfc
commit
7f8393f3eb
|
@ -1711,7 +1711,7 @@ for OpenSMTPD to extend its functionality.")
|
||||||
(description
|
(description
|
||||||
"The mailmanclient library provides official Python bindings for
|
"The mailmanclient library provides official Python bindings for
|
||||||
the GNU Mailman 3 REST API.")
|
the GNU Mailman 3 REST API.")
|
||||||
(properties `((python2-variant . ,(delay python2-mailmainclient))))
|
(properties `((python2-variant . ,(delay python2-mailmanclient))))
|
||||||
(license lgpl3+)))
|
(license lgpl3+)))
|
||||||
|
|
||||||
(define-public python2-mailmanclient
|
(define-public python2-mailmanclient
|
||||||
|
|
Loading…
Reference in New Issue