diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 19:40:05 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 21:10:04 -0700 |
commit | 330f5d669abdc78cab47c9aabd7fb52accb689d8 (patch) | |
tree | b97f71787057a871ebd581f70fb2d3630455c221 /gnu | |
parent | 3791d1580ab1da8b669cbe2fab5426d5e76ab436 (diff) |
gnu: python-django-auth-ldap: Fix typo.
* gnu/packages/django (python-django-auth-ldap)[description]: Fix typo "This
package".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/django.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 43339720f2..7a1fb24e09 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 |