From 962ea789308d1af76a8b660450644f7e87a0ce9b Mon Sep 17 00:00:00 2001 From: Matjaz Gregoric Date: Thu, 23 May 2013 23:24:34 +0200 Subject: [PATCH] Add :url to project.clj. --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 436a793..f8c84ef 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,6 @@ (defproject lein-oneoff "0.2.0" :description "Dependency management for one-off scripts." + :url "https://github.com/mtyaka/lein-oneoff" :eval-in-leiningen true :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"})