From 0f75a9573821933f7829d250a99fcfa353ab7518 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 22 Feb 2026 02:10:26 +0800 Subject: Fixed some scripts. Fix. --- yuescript-dev-1.rockspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'yuescript-dev-1.rockspec') diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec index 1d69998..864cf2e 100644 --- a/yuescript-dev-1.rockspec +++ b/yuescript-dev-1.rockspec @@ -2,13 +2,13 @@ rockspec_format = "3.0" package = "Yuescript" version = "dev-1" source = { - url = "git+https://github.com/pigpigyyy/yuescript" + url = "git+https://github.com/IppClub/YueScript" } description = { summary = "Yuescript is a Moonscript dialect.", detailed = [[ Yuescript is a Moonscript dialect. It is derived from Moonscript language 0.5.0 and continuously adopting new features to be more up to date. ]], - homepage = "https://github.com/pigpigyyy/yuescript", + homepage = "https://github.com/IppClub/YueScript", maintainer = "Li Jin ", labels = {"yuescript","cpp","transpiler","moonscript"}, license = "MIT" @@ -16,7 +16,6 @@ description = { dependencies = { "lua >= 5.1", } - build = { type = "cmake", variables = { -- cgit v1.2.3-55-g6feb