aboutsummaryrefslogtreecommitdiff
path: root/lux-r/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2020-05-30 15:19:28 -0400
committerEduardo Julian2020-05-30 15:19:28 -0400
commitb4d0eba7485caf0c6cf58de1193a9114fa273d8b (patch)
treef6f7fa2967bb5923347db1ed1d4c9b08e56bf8c6 /lux-r/project.clj
parent6eaa3b57f3f1ea2ce13b942bdb4ef502fc1729bc (diff)
Split new-luxc into lux-jvm and lux-r.
Diffstat (limited to '')
-rw-r--r--lux-r/project.clj (renamed from new-luxc/project.clj)4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/project.clj b/lux-r/project.clj
index 90ddecf12..138d826fe 100644
--- a/new-luxc/project.clj
+++ b/lux-r/project.clj
@@ -4,8 +4,8 @@
(def sonatype-releases (str sonatype "/service/local/staging/deploy/maven2/"))
(def sonatype-snapshots (str sonatype "/content/repositories/snapshots/"))
-(defproject com.github.luxlang/new-luxc #=(identity version)
- :description "A re-written compiler for Lux."
+(defproject com.github.luxlang/lux-r #=(identity version)
+ :description "An R compiler for Lux."
:url ~repo
:license {:name "Lux License v0.1"
:url ~(str repo "/blob/master/license.txt")}