From 7b0b1571152c068c9cfa1e2ce911ca7b6c5677f5 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Wed, 11 Jun 2025 19:31:20 +0200 Subject: [PATCH] fix typo in repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a690b5..a529652 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "homepage": "https://dbgate.org", "repository": { "type": "git", - "url": "https://github.com/dbgate/dbgate-query-spliiter" + "url": "https://github.com/dbgate/dbgate-query-splitter" }, "author": "Jan Prochazka", "license": "MIT",