diff --git a/comsat-ring-jetty9/project.clj b/comsat-ring-jetty9/project.clj index 100c2dd5..2c23e10b 100644 --- a/comsat-ring-jetty9/project.clj +++ b/comsat-ring-jetty9/project.clj @@ -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"}]