diff options
author | Sam James <sam@gentoo.org> | 2023-03-26 03:56:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-26 03:56:55 +0100 |
commit | 46058b68311e51fe274f8c1d64244c942d40b1f7 (patch) | |
tree | 53540cd1633cc57ee7b8f30c9c412102c0d62fe5 /app-emacs/treesit-auto | |
parent | sys-fs/btrfs-progs: add 6.2.2, wire up tests (diff) | |
download | gentoo-46058b68311e51fe274f8c1d64244c942d40b1f7.tar.gz gentoo-46058b68311e51fe274f8c1d64244c942d40b1f7.tar.bz2 gentoo-46058b68311e51fe274f8c1d64244c942d40b1f7.zip |
app-emacs/treesit-auto: fix BadDescription
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/treesit-auto')
-rw-r--r-- | app-emacs/treesit-auto/treesit-auto-0.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/treesit-auto/treesit-auto-0.6.3.ebuild b/app-emacs/treesit-auto/treesit-auto-0.6.3.ebuild index e00a9e82638e..c5c8c00a87ff 100644 --- a/app-emacs/treesit-auto/treesit-auto-0.6.3.ebuild +++ b/app-emacs/treesit-auto/treesit-auto-0.6.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 NEED_EMACS=29 inherit elisp -DESCRIPTION="Automatic installation, usage, and fallback for tree-sitter major modes in Emacs 29" +DESCRIPTION="Automatic installation, usage, fallback for tree-sitter modes in Emacs 29" HOMEPAGE="https://github.com/renzmann/treesit-auto" if [[ ${PV} == *_p* ]] ; then |