Skip to content

Commit

Permalink
Add :scm element in project.clj to make Clojars happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Dec 23, 2014
1 parent 2b25620 commit 71ac2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comsat-ring-jetty9/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(defproject co.paralleluniverse/comsat-ring-jetty9 "0.3.0"
:description "Comsat integration for the Ring Clojure web framework: Jetty 9 fiber-blocking adapter."
:url "https://github.com/puniverse/comsat"
:scm {:name "git" :url "https://github.com/puniverse/comsat"}

:licenses [{:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}
{:name "GNU Lesser General Public License - v 3" :url "http://www.gnu.org/licenses/lgpl.html"}]
Expand Down

0 comments on commit 71ac2d6

Please sign in to comment.