We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995aabb commit 94413daCopy full SHA for 94413da
1 file changed
project.clj
@@ -1,8 +1,8 @@
1
(defproject clojure_by_example "0.1.0-SNAPSHOT"
2
- :description "FIXME: write description"
3
- :url "http://example.com/FIXME"
4
- :license {:name "Eclipse Public License"
5
- :url "http://www.eclipse.org/legal/epl-v10.html"}
+ :description "A workshop to introduce Clojure, to programmers new to Clojure."
+ :url "https://github.com/inclojure-org/clojure-by-example"
+ :license {:name "MIT"
+ :url "https://opensource.org/licenses/MIT"}
6
:dependencies [[org.clojure/clojure "1.8.0"]]
7
;; LightTable dependencies
8
;; https://github.com/LightTable/Clojure/#connect-to-remote-nrepl
0 commit comments