aboutsummaryrefslogtreecommitdiff
path: root/lux-scheme/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-02-24 16:39:42 -0400
committerEduardo Julian2021-02-24 16:39:42 -0400
commitae7fc0207c8d3281882261642f6a8e0579985aa0 (patch)
treecd7e6202e4e9fb5c9d8db557a5cd805978669c76 /lux-scheme/project.clj
parent565e7fae85379e4d2e4daacc51eb1f8796c738c1 (diff)
Done with Python.
Diffstat (limited to 'lux-scheme/project.clj')
-rw-r--r--lux-scheme/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-scheme/project.clj b/lux-scheme/project.clj
index b5f22536e..ab96d66dc 100644
--- a/lux-scheme/project.clj
+++ b/lux-scheme/project.clj
@@ -6,7 +6,7 @@
(defproject com.github.luxlang/lux-scheme #=(identity version)
:description "A Scheme compiler for Lux."
:url ~repo
- :license {:name "Lux License v0.1"
+ :license {:name "Lux License v0.1.1"
:url ~(str repo "/blob/master/license.txt")}
:scm {:name "git"
:url ~(str repo ".git")}