diff options
author | Efraim Flashner | 2019-12-01 03:07:22 -0600 |
---|---|---|
committer | Efraim Flashner | 2019-12-01 03:07:22 -0600 |
commit | bf104eb4baa66c6ec65692bd52c53e91138a9f19 (patch) | |
tree | e731de06a26fad8d7d8ea091b46ba6c51eaa30a7 | |
parent | 6eb273176af49991291acbbc1c6d819dd052c988 (diff) | |
download | guix-bioinformatics-bf104eb4baa66c6ec65692bd52c53e91138a9f19.tar.gz |
gn: python-flufl: Fix description
-rw-r--r-- | gn/packages/mailman.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/mailman.scm b/gn/packages/mailman.scm index 775988c..510c9f5 100644 --- a/gn/packages/mailman.scm +++ b/gn/packages/mailman.scm @@ -316,7 +316,7 @@ different tasks.") (description "The @dfn{flufl.lock} package provides NFS-safe file locking with timeouts for POSIX systems. It is similar to the @code{O_EXCL} option of the -@code{open} system call but uses a lockfile. Lock object support lock-breaking +@code{open} system call but uses a lockfile. Lock objects support lock-breaking and have a maximum lifetime built-in.") (license (list license:asl2.0 license:lgpl3)))) ; only for setup_helpers.py |