diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-12-20 23:12:04 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-12-20 23:12:25 +0300 |
commit | 63d50e2fe587752d6b21181a69493304d3a78a97 (patch) | |
tree | 6bc7ba2d78e76c81900cec1ef0c88bbeb6adc373 | |
parent | d7bd22a4863214fd1df427bbebd1859eddd71f9b (diff) | |
download | guix-63d50e2fe587752d6b21181a69493304d3a78a97.tar.gz guix-63d50e2fe587752d6b21181a69493304d3a78a97.zip |
gnu: go-suah-dev-protect: Fix a lint warning.
* gnu/packages/golang-xyz.scm (go-suah-dev-protect) [synopsis]: Fix a lint
warning: Remove a period at the end of the synopsis.
Change-Id: Icde2f81fa7abc7485e0d1c5bc05de08d63796707
-rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index ae19116b51..12e618f0a0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -8860,7 +8860,7 @@ tool.")))) (list #:import-path "suah.dev/protect")) (home-page "https://codeberg.org/qbit/protect") - (synopsis "Wrapper for OpenBSD's pledge and unveil system calls.") + (synopsis "Wrapper for OpenBSD's pledge and unveil system calls") (description "Package protect is a wrapper for OpenBSD's @code{pledge} and @code{unveil} system calls. |