guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/105: gnu: go-suah-dev-protect: Fix a lint warning.


From: guix-commits
Subject: 30/105: gnu: go-suah-dev-protect: Fix a lint warning.
Date: Sat, 21 Dec 2024 11:56:38 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 8f4f844b09f9f68c9c416b4ab43e64905bfb6215
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Fri Dec 20 23:12:04 2024 +0300

    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
---
 gnu/packages/golang-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]