aboutsummaryrefslogtreecommitdiff
path: root/luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2017-01-08 13:59:36 -0400
committerEduardo Julian2017-01-08 13:59:36 -0400
commite44d30c41694a574ae00b55c333e39e4e83c478a (patch)
tree4d8f99c3854407b3b6bc76c3ec5e3293d09dca07 /luxc/project.clj
parent65a5e8f1c874fcbda7f28c69bc9e40e343605059 (diff)
- Added SCM info to project.clj files.
Diffstat (limited to '')
-rw-r--r--luxc/project.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/luxc/project.clj b/luxc/project.clj
index ac2b44087..84253c6f0 100644
--- a/luxc/project.clj
+++ b/luxc/project.clj
@@ -22,6 +22,8 @@
:classifiers {:sources {:resource-paths ["src"]}
:javadoc {:resource-paths ["src"]}}
+ :scm {:name "git"
+ :url "https://github.com/LuxLang/lux.git"}
:aot [lux]