aboutsummaryrefslogtreecommitdiff
path: root/luxdoc/project.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--luxdoc/project.clj11
1 files changed, 0 insertions, 11 deletions
diff --git a/luxdoc/project.clj b/luxdoc/project.clj
deleted file mode 100644
index de51950bb..000000000
--- a/luxdoc/project.clj
+++ /dev/null
@@ -1,11 +0,0 @@
-(defproject luxdoc "0.5.0"
- :description "Documentation generator for the Lux programming language's ."
- :url "https://github.com/LuxLang/luxdoc"
- :license {:name "Lux License v0.1"
- :url "https://github.com/LuxLang/lux/blob/master/license.txt"}
- :plugins [[com.github.luxlang/lein-luxc "0.5.0"]]
- :dependencies []
- :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]
- ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]]
- :source-paths ["source"]
- :lux {:program "program"})