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-lein | |
parent | 565e7fae85379e4d2e4daacc51eb1f8796c738c1 (diff) |
Done with Python.
Diffstat (limited to 'lux-lein')
-rw-r--r-- | lux-lein/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lein/project.clj b/lux-lein/project.clj index d81927bb2..c5c1b9090 100644 --- a/lux-lein/project.clj +++ b/lux-lein/project.clj @@ -1,7 +1,7 @@ (defproject com.github.luxlang/lein-luxc "0.6.0-SNAPSHOT" :description "The Leiningen plugin for the Lux programming language." :url "https://github.com/LuxLang/lein-luxc" - :license {:name "Lux License v0.1" + :license {:name "Lux License v0.1.1" :url "https://github.com/LuxLang/lux/blob/master/license.txt"} :dependencies [[org.clojure/clojure "1.6.0"]] :deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/" |