aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2023-01-16 03:14:45 -0400
committerEduardo Julian2023-01-16 03:14:45 -0400
commita7f2679f1372f222c1610ed4d1226b1b893fcc1a (patch)
tree5743222c78bcab68b70493d54555d4b14510de09 /lux-python
parent33188f943329296ff4c19ad3fcf717194e3b237e (diff)
Can now compile the JVM back-end using itself.
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/project.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/project.lux b/lux-python/project.lux
index 3af4456b3..a43bc1d43 100644
--- a/lux-python/project.lux
+++ b/lux-python/project.lux
@@ -6,8 +6,8 @@
"info" ["description" "A Python 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"]]]