diff options
Diffstat (limited to 'luxc')
-rw-r--r-- | luxc/project.clj | 2 |
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] |