From a491bba9907e5842cd2ee4aa6fbf0cafb99fe062 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 26 Oct 2025 12:21:53 -0400 Subject: [PATCH] fix: Fix repository URL in rockspec file Noticed this typo in the source.url while trying to use this in my neovim + lazy.nvim setup. --- kdlua-1.0.0-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdlua-1.0.0-0.rockspec b/kdlua-1.0.0-0.rockspec index d3c54c4..8aad20a 100644 --- a/kdlua-1.0.0-0.rockspec +++ b/kdlua-1.0.0-0.rockspec @@ -2,7 +2,7 @@ package = "kdlua" version = "1.0.0-0" rockspec_format = "3.0" source = { - url = "git://github.com/danini-the-pamini/kdlua" + url = "git://github.com/danini-the-panini/kdlua" } description = { summary = "KDL Document Language",