vagrantc pushed a commit to branch master
in repository guix.
commit 330f5d669abdc78cab47c9aabd7fb52accb689d8
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Oct 28 19:40:05 2020 -0700
gnu: python-django-auth-ldap: Fix typo.
* gnu/packages/django (python-django-auth-ldap)[description]: Fix typo "This
package".
---
gnu/packages/django.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4333972..7a1fb24 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1193,7 +1193,7 @@ FileFields during tests.")
(home-page "https://github.com/django-auth-ldap/django-auth-ldap")
(synopsis "Django LDAP authentication backend")
(description
- "This packages provides a LDAP authentication backend for Django.")
+ "This package provides an LDAP authentication backend for Django.")
(license license:bsd-2)))
(define-public python-django-logging-json