guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pylibacl: Add missing brace in descri


From: guix-commits
Subject: branch master updated: gnu: python-pylibacl: Add missing brace in description.
Date: Mon, 18 Oct 2021 07:24:47 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9cda21c  gnu: python-pylibacl: Add missing brace in description.
9cda21c is described below

commit 9cda21cf20a5c9bdf97e3a6d6c8f901fc3e4307d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 18 12:24:48 2021 +0200

    gnu: python-pylibacl: Add missing brace in description.
    
    Regression introduced in 133f780039e63798535e4f52a4d9f1810ea5b2ab.
    
    * gnu/packages/acl.scm (python-pylibacl)[description]: Add missing brace.
---
 gnu/packages/acl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm
index ff2622c..6fb4894 100644
--- a/gnu/packages/acl.scm
+++ b/gnu/packages/acl.scm
@@ -131,6 +131,6 @@
     (synopsis "POSIX.1e @acronym{ACLs, access control lists} for Python")
     (description
      "This Python extension module manipulates the POSIX.1e @acronym{ACLs,
-Access Control Lists available on many file systems.  These allow more
+Access Control Lists} available on many file systems.  These allow more
 fine-grained access control than traditional user/group permissions.")
     (license lgpl2.1+)))



reply via email to

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