gnu: python-mailmanclient: Fix typo.

* gnu/packages/mail.scm (python-mailmanclient)[properties]: Fix typo.
This commit is contained in:
Ludovic Courtès 2016-10-20 15:44:48 +02:00
parent 6ef6246cfc
commit 7f8393f3eb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1711,7 +1711,7 @@ for OpenSMTPD to extend its functionality.")
(description
"The mailmanclient library provides official Python bindings for
the GNU Mailman 3 REST API.")
(properties `((python2-variant . ,(delay python2-mailmainclient))))
(properties `((python2-variant . ,(delay python2-mailmanclient))))
(license lgpl3+)))
(define-public python2-mailmanclient