diff options
author | Eduardo Julian | 2021-02-24 16:39:42 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-02-24 16:39:42 -0400 |
commit | ae7fc0207c8d3281882261642f6a8e0579985aa0 (patch) | |
tree | cd7e6202e4e9fb5c9d8db557a5cd805978669c76 /lux-r | |
parent | 565e7fae85379e4d2e4daacc51eb1f8796c738c1 (diff) |
Done with Python.
Diffstat (limited to 'lux-r')
-rw-r--r-- | lux-r/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-r/project.clj b/lux-r/project.clj index 138d826fe..96e02e021 100644 --- a/lux-r/project.clj +++ b/lux-r/project.clj @@ -7,7 +7,7 @@ (defproject com.github.luxlang/lux-r #=(identity version) :description "An R 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")} :plugins [[com.github.luxlang/lein-luxc ~version]] :deploy-repositories [["releases" {:url ~sonatype-releases :creds :gpg}] |