diff options
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")} |