guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: python-django-auth-ldap: Fix typo.


From: guix-commits
Subject: 01/12: gnu: python-django-auth-ldap: Fix typo.
Date: Thu, 29 Oct 2020 00:15:22 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 330f5d669abdc78cab47c9aabd7fb52accb689d8
Author: Vagrant Cascadian <vagrant@debian.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]