commit: 7941dc901fd49b5223fdd0190d81a07db5a3c19c Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Tue Jun 11 17:40:25 2024 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Tue Jun 11 17:41:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7941dc90
dev-libs/tree-sitter-vimdoc: update DESCRIPTION Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild index 591a52a67a7a..80b5c046b96a 100644 --- a/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild +++ b/dev-libs/tree-sitter-vimdoc/tree-sitter-vimdoc-3.0.0.ebuild @@ -7,7 +7,7 @@ TS_BINDINGS=( python ) inherit tree-sitter-grammar -DESCRIPTION="Lua grammar for Tree-sitter" +DESCRIPTION="Vimdoc grammar for Tree-sitter" HOMEPAGE="https://github.com/neovim/tree-sitter-vimdoc" SRC_URI="https://github.com/neovim/tree-sitter-vimdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"