We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec78878 commit afd9d16Copy full SHA for afd9d16
project.clj
@@ -1,6 +1,6 @@
1
(defproject org.ring-clojure/ring-websocket-async "0.1.0-SNAPSHOT"
2
- :description "FIXME: write description"
3
- :url "http://example.com/FIXME"
+ :description "Library for using core.async with Ring's websocket API"
+ :url "https://github.com/ring-clojure/ring-websocket-async"
4
:license {:name "The MIT License"
5
:url "http://opensource.org/licenses/MIT"}
6
:dependencies [[org.clojure/clojure "1.7.0"]
0 commit comments