From a7f2679f1372f222c1610ed4d1226b1b893fcc1a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 16 Jan 2023 03:14:45 -0400 Subject: Can now compile the JVM back-end using itself. --- lux-lua/project.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/project.lux b/lux-lua/project.lux index 2925f65f8..822e9fa83 100644 --- a/lux-lua/project.lux +++ b/lux-lua/project.lux @@ -6,8 +6,8 @@ "info" ["description" "A Lua compiler for Lux." "url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" - "licenses" [["name" "Lux License v0.1.2" - "url" "https://github.com/LuxLang/lux/blob/master/license.txt" + "licenses" [["name" "Mozilla Public License Version 2.0" + "url" "https://github.com/LuxLang/lux/blob/master/license.md" "type" "repo"]] "developers" [["name" "Eduardo Julian" "url" "https://github.com/eduardoejp"]]] -- cgit v1.2.3