[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
- branch master updated (83a6ca3c60 -> 0cbbc1996d), guix-commits, 2023/05/03
- 01/14: gnu: emacs-tldr: Include unzip dependency., guix-commits, 2023/05/03
- 03/14: gnu: emacs-tldr: Improve package style.,
guix-commits <=
- 04/14: gnu: emacs-eglot: Update to 1.15., guix-commits, 2023/05/03
- 05/14: gnu: emacs-tramp: Update to 2.6.0.4., guix-commits, 2023/05/03
- 12/14: gnu: rrdtool: Update to 1.8.0., guix-commits, 2023/05/03
- 02/14: gnu: emacs-tldr: Update to 0-2.1b09d20., guix-commits, 2023/05/03
- 08/14: gnu: emacs-ivy-rich: Update to 0.1.7., guix-commits, 2023/05/03
- 10/14: gnu: open-adventure: Update to 1.16., guix-commits, 2023/05/03
- 06/14: gnu: emacs-org: Update to 9.6.5., guix-commits, 2023/05/03
- 11/14: gnu: Add emacs-riscv-mode., guix-commits, 2023/05/03
- 13/14: gnu: Add libfyaml., guix-commits, 2023/05/03
- 07/14: gnu: emacs-inspector: Update to 0.29., guix-commits, 2023/05/03