diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-15 16:30:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-15 17:30:56 +0200 |
commit | 133f780039e63798535e4f52a4d9f1810ea5b2ab (patch) | |
tree | 3f16cb4f697dbf9fba8b8636f29634c3737fd3da /gnu | |
parent | a9b8443cc530fbf404f86c215ed77b8baeb0d108 (diff) | |
download | guix-133f780039e63798535e4f52a4d9f1810ea5b2ab.tar guix-133f780039e63798535e4f52a4d9f1810ea5b2ab.tar.gz |
gnu: python-pylibacl: Improve description.
* gnu/packages/acl.scm (python-pylibacl)[synopsis]: Use @acronym{}.
[description]: Turn into a full sentence, mark up, and edit for GNU.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/acl.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm index 518f5f2ea7..ff2622c340 100644 --- a/gnu/packages/acl.scm +++ b/gnu/packages/acl.scm @@ -128,8 +128,9 @@ (inputs `(("acl" ,acl))) (native-inputs `(("python-pytest" ,python-pytest))) (home-page "https://pylibacl.k1024.org/") - (synopsis "POSIX.1e ACLs for python") - (description "Python 3.4+ extension module that allows you to manipulate -the POSIX.1e Access Control Lists present in some OS/file-systems -combinations.") + (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 +fine-grained access control than traditional user/group permissions.") (license lgpl2.1+))) |