diff options
author | Eduardo Julian | 2019-04-11 22:30:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-11 22:30:05 -0400 |
commit | f2937706edb6887c5eb1a6a0b6668b1334f5ef3b (patch) | |
tree | e2c3b657aaa39b61ff0746fa0f59416514f87206 /lux-ruby | |
parent | 6c3e9f8c02ce153380392ba5bc8eeb517de5f781 (diff) |
WIP: Lua compiler.
Diffstat (limited to '')
-rw-r--r-- | lux-ruby/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj index 9b34f7edf..70f2e949c 100644 --- a/lux-ruby/project.clj +++ b/lux-ruby/project.clj @@ -4,7 +4,7 @@ (def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/") (defproject com.github.luxlang/lux-python #=(identity version) - :description "A Python compiler for Lux." + :description "A Ruby compiler for Lux." :url ~repo :license {:name "Lux License v0.1" :url ~(str repo "/blob/master/license.txt")} |