mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
[Backport release-25.05] tree-sitter: update changelog url (#410133)
This commit is contained in:
commit
55d285372d
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://github.com/tree-sitter/tree-sitter";
|
||||
description = "Parser generator tool and an incremental parsing library";
|
||||
mainProgram = "tree-sitter";
|
||||
changelog = "https://github.com/tree-sitter/tree-sitter/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/tree-sitter/tree-sitter/releases/tag/v${version}";
|
||||
longDescription = ''
|
||||
Tree-sitter is a parser generator tool and an incremental parsing library.
|
||||
It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue