From ae7fc0207c8d3281882261642f6a8e0579985aa0 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 24 Feb 2021 16:39:42 -0400 Subject: Done with Python. --- lux-php/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-php/project.clj') 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")} -- cgit v1.2.3