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-php | |
parent | 565e7fae85379e4d2e4daacc51eb1f8796c738c1 (diff) |
Done with Python.
Diffstat (limited to 'lux-php')
-rw-r--r-- | lux-php/project.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-php/project.clj b/lux-php/project.clj index 8dfe91d27..24d36cfa6 100644 --- a/lux-php/project.clj +++ b/lux-php/project.clj @@ -4,9 +4,9 @@ (def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/") (defproject com.github.luxlang/lux-php #=(identity version) - :description "A Ruby compiler for Lux." + :description "A PHP 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")} |