diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-30 23:13:03 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-30 23:13:03 -0400 |
commit | b68421bf4f41309e14803e3d5fc90626b1c750f3 (patch) | |
tree | c996a7ee1ba664b2a425fd36dbddf4a705b23d41 /app-emacs | |
parent | 9548a49bdcfd40bb7873c0310b77d2e397a38089 (diff) | |
download | ebuilds-b68421bf4f41309e14803e3d5fc90626b1c750f3.tar.gz |
app-emacs/hydra: update DESCRIPTION
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/hydra/hydra-0.15.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/hydra/hydra-0.15.0.ebuild b/app-emacs/hydra/hydra-0.15.0.ebuild index 8f4f1df..9055cb7 100644 --- a/app-emacs/hydra/hydra-0.15.0.ebuild +++ b/app-emacs/hydra/hydra-0.15.0.ebuild @@ -7,8 +7,7 @@ NEED_EMACS="24.3" inherit elisp -DESCRIPTION="A package for GNU Emacs that can be used to tie related commands \ -into a family of short bindings with a common prefix - a Hydra." +DESCRIPTION="Chain related commands with bindings that share a prefix" HOMEPAGE="https://github.com/abo-abo/hydra" SRC_URI="https://github.com/abo-abo/hydra/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" |