guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: emacs-tldr: Improve package style.


From: guix-commits
Subject: 03/14: gnu: emacs-tldr: Improve package style.
Date: Wed, 3 May 2023 07:25:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ead1e873828773fce1bbf1d267801235449cb180
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 3 09:50:47 2023 +0200

    gnu: emacs-tldr: Improve package style.
    
    * gnu/packages/emacs-xyz.scm (emacs-tldr)[source]<origin>: Do not generate 
URI
    from home page.  Drop ".git" suffix.
    [description]: Use proper capitalization and normalize Texinfo markup.
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 30d6d1082d..653e73e9c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27725,11 +27725,10 @@ leader key in vim), and much more.")
     (package
       (name "emacs-tldr")
       (version (git-version "0" revision commit))
-      (home-page "https://github.com/kuanyui/tldr.el";)
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url (string-append home-page ".git"))
+                      (url "https://github.com/kuanyui/tldr.el";)
                       (commit commit)))
                 (sha256
                  (base32
@@ -27750,10 +27749,11 @@ leader key in vim), and much more.")
        (list unzip))
       (propagated-inputs
        (list emacs-request))
+      (home-page "https://github.com/kuanyui/tldr.el";)
       (synopsis "Simplified and community-driven man pages for Emacs")
-      (description "@code{emacs-tldr} allows the user to access tldr pages
-from within emacs.  The @code{tldr} pages are a community effort to simplify
-the man pages with practical examples.")
+      (description "Tldr allows the user to access @code{tldr} pages from
+within Emacs.  The @code{tldr} pages are a community effort to simplify the
+man pages with practical examples.")
       (license license:wtfpl2))))
 
 (define-public emacs-window-layout



reply via email to

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