guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-erc-status-sidebar: Placate 'guix lint'.


From: guix-commits
Subject: 03/03: gnu: emacs-erc-status-sidebar: Placate 'guix lint'.
Date: Sun, 14 Jun 2020 17:04:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 535581a72a3e3ec2fbb9a875be99a7455875bbcf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jun 14 23:01:48 2020 +0200

    gnu: emacs-erc-status-sidebar: Placate 'guix lint'.
    
    * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[source]: Add
    'file-name'.
    [synopsis, description]: Adjust.
---
 gnu/packages/emacs-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d465ed..1973d73 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3301,17 +3301,18 @@ IRC bouncer with ERC.")
          (uri (git-reference
                (url "https://github.com/drewbarbs/erc-status-sidebar.git";)
                (commit commit)))
+         (file-name (git-file-name name version))
          (sha256
           (base32 "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3"))))
       (build-system emacs-build-system)
       (propagated-inputs `(("emacs-seq" ,emacs-seq)))
       (home-page "https://github.com/drewbarbs/erc-status-sidebar";)
-      (synopsis "A hexchat-like activity overview for ERC channels")
+      (synopsis "Hexchat-like activity overview for ERC channels")
       (description
-       "This package is provides a hexchat-like status bar for joined
-channels in ERC.  It relies on the `erc-track' module, and displays
-all the same information erc-track does in the mode line, but in an
-alternative format.")
+       "This package provides a Hexchat-like status bar for joined channels in
+ERC, an Emacs client for IRC (Internet Relay Chat).  It relies on the
+@code{erc-track} module, and displays all the same information
+@code{erc-track} does in the mode line, but in an alternative format.")
       (license license:expat))))
 
 (define-public emacs-shut-up



reply via email to

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