Skip to content

Commit afd9d16

Browse files
committed
Add description and URL to project file
1 parent ec78878 commit afd9d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject org.ring-clojure/ring-websocket-async "0.1.0-SNAPSHOT"
2-
:description "FIXME: write description"
3-
:url "http://example.com/FIXME"
2+
:description "Library for using core.async with Ring's websocket API"
3+
:url "https://github.com/ring-clojure/ring-websocket-async"
44
:license {:name "The MIT License"
55
:url "http://opensource.org/licenses/MIT"}
66
:dependencies [[org.clojure/clojure "1.7.0"]

0 commit comments

Comments
 (0)