Skip to content

Commit 2b711d0

Browse files
committed
update project info
1 parent fb70120 commit 2b711d0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

project.clj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
(defproject clojure-workshop "0.1.0-SNAPSHOT"
2-
:description "FIXME: write description"
3-
:url "http://example.com/FIXME"
1+
(defproject clojure-lab "0.1.0-SNAPSHOT"
2+
:description "Interactive materials for learning Clojure"
3+
:url "https://github.com/cognitect/clojure-lab"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:plugins [[lein-gorilla "0.3.5-SNAPSHOT"]]
7-
:dependencies [[org.clojure/clojure "1.7.0-beta1"]])
7+
:dependencies [[org.clojure/clojure "1.7.0-beta1"]
8+
[gorilla-repl "0.3.5-SNAPSHOT"]]
9+
:aot [start]
10+
:main start)

0 commit comments

Comments
 (0)