diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-09-08 19:06:21 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-09-08 19:08:15 +0200 |
commit | 6172795d82bc7e64a95080db83062d6fc474bb44 (patch) | |
tree | 839539a991f684b6d3a03ac1dcc40ded8895c97e /app-emacs | |
parent | app-office/libreoffice: add 7.3.6.2 (diff) | |
download | gentoo-6172795d82bc7e64a95080db83062d6fc474bb44.tar.gz gentoo-6172795d82bc7e64a95080db83062d6fc474bb44.tar.bz2 gentoo-6172795d82bc7e64a95080db83062d6fc474bb44.zip |
app-emacs/transient: fix DESCRIPTION
thanks to k4leg for the report
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/transient/transient-0.3.6.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/transient/transient-0.3.7.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/transient/transient-0.3.6.ebuild b/app-emacs/transient/transient-0.3.6.ebuild index b799b098eb41..23fb452bcd9c 100644 --- a/app-emacs/transient/transient-0.3.6.ebuild +++ b/app-emacs/transient/transient-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ NEED_EMACS=25 inherit elisp -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" +DESCRIPTION="Transient commands abstraction for GNU Emacs" HOMEPAGE="https://magit.vc/manual/transient" SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-emacs/transient/transient-0.3.7.ebuild b/app-emacs/transient/transient-0.3.7.ebuild index e85ccb848169..a4ee9d31a45f 100644 --- a/app-emacs/transient/transient-0.3.7.ebuild +++ b/app-emacs/transient/transient-0.3.7.ebuild @@ -6,7 +6,7 @@ NEED_EMACS=25 inherit elisp -DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" +DESCRIPTION="Transient commands abstraction for GNU Emacs" HOMEPAGE="https://magit.vc/manual/transient" SRC_URI="https://github.com/magit/transient/archive/v${PV}.tar.gz -> ${P}.tar.gz" |