Unverified Commit 1d6e29aa authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.tree-sitter-sql: add changelog to meta

parent a5d7f30f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ buildPythonPackage rec {
  meta = {
    description = "Sql grammar for tree-sitter";
    homepage = "https://github.com/DerekStride/tree-sitter-sql";
    changelog = "https://github.com/DerekStride/tree-sitter-sql/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ pcboy ];
  };