From e44d30c41694a574ae00b55c333e39e4e83c478a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 8 Jan 2017 13:59:36 -0400 Subject: - Added SCM info to project.clj files. --- luxc/project.clj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'luxc/project.clj') 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] -- cgit v1.2.3