mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: python-pylibacl: Add missing brace in description.
Regression introduced in 133f780039
.
* gnu/packages/acl.scm (python-pylibacl)[description]: Add missing brace.
This commit is contained in:
parent
84759b7c20
commit
9cda21cf20
1 changed files with 1 additions and 1 deletions
|
@ -131,6 +131,6 @@ (define-public python-pylibacl
|
|||
(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+)))
|
||||
|
|
Loading…
Reference in a new issue