aboutsummaryrefslogtreecommitdiff
path: root/licentia/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-03 21:51:30 -0400
committerEduardo Julian2021-09-03 21:51:30 -0400
commit891b1cfc82322f8017f0a4f6b707d6fe52024545 (patch)
tree957429c0a2ad850b3570492deabe054fb2ace63e /licentia/project.lux
parente76add6e6f904677f5c09bb2a66dce283f1b848a (diff)
Unified tuple and record syntax.
Diffstat (limited to 'licentia/project.lux')
-rw-r--r--licentia/project.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/licentia/project.lux b/licentia/project.lux
index 93f43aa47..6560fdf56 100644
--- a/licentia/project.lux
+++ b/licentia/project.lux
@@ -1,4 +1,4 @@
-{#identity ["com.github.luxlang" "licentia" "0.6.0-SNAPSHOT"]
+[#identity ["com.github.luxlang" "licentia" "0.6.0-SNAPSHOT"]
#description "A program for producing free/open-source/reciprocal licenses."
#deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
@@ -15,4 +15,4 @@
... #compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"]
#program "program/licentia"
- #test "test/licentia"}
+ #test "test/licentia"]