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:
Ludovic Courtès 2021-10-18 12:24:48 +02:00
parent 84759b7c20
commit 9cda21cf20
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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+)))