This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e5091af483 gnu: emacs-ssh-deploy: Appease linter.
e5091af483 is described below

commit e5091af48384221a5aa723787119acefff61faf3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 20 11:16:28 2024 +0200

    gnu: emacs-ssh-deploy: Appease linter.
    
    * gnu/packages/emacs-xyz.scm (emacs-ssh-deploy)[synopsis]: Remove final
    period.
    
    Change-Id: I9809a4d09d587ef5bea61f187adf2ee2f74da0c1
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e48ba5bfb4..29198a9687 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35200,7 +35200,7 @@ passphrase until the first time you push to a remote.")
        (base32 "0fb88l3270d7l808q8x16zcvjgsjbyhgifgv17syfsj0ja63x28p"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/cjohansson/emacs-ssh-deploy";)
-    (synopsis "Deployment via Tramp, global or per directory.")
+    (synopsis "Deployment via Tramp, global or per directory")
     (description
      "SSH Deploy enables automatic deploys on explicit-save actions, manual
 uploads, renaming, deleting, downloads, file and directory differences,

Reply via email to