diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-12 20:55:16 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-12 20:55:16 -0600 |
commit | 7afb0b25df649e814ded611bdb656d802b821a73 (patch) | |
tree | be9690955b0340f1b79c5da67bfb623e4b9b5f95 | |
parent | b45af175b1671eaaeb9519a1b069e0a256da2a7d (diff) | |
download | guix-7afb0b25df649e814ded611bdb656d802b821a73.tar.gz |
gnu: emacs-telega: Modify description.
* gnu/packages/emacs-xyz.scm (emacs-telega)[description]: Modify the description to be easier to read.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0f3bc2a868..487e0f3e83 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20177,8 +20177,8 @@ fish-completion. It can be used in both Eshell and M-x shell.") ("python" ,python))) (synopsis "GNU Emacs client for the Telegram messenger") (description - "Telega is full-featured, unofficial client for the Telegram messaging -platform for GNU Emacs.") + "Telega is a full-featured, unofficial GNU Emacs-based client for the +Telegram messaging platform.") (home-page "https://github.com/zevlg/telega.el") (license license:gpl3+)))) |