From 386ae2c631801a618c0e3f3f80601bfc47e09615 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 15 Nov 2014 23:31:17 +0100 Subject: [PATCH] Update project.clj --- project.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 83d6c5a..eedc588 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,5 @@ (defproject weather-data "0.1.0-SNAPSHOT" - :description "FIXME: write description" - :url "http://example.com/FIXME" + :description "A small clojure project where played around with some weather data." :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/data.csv "0.1.2"] [clj-time "0.8.0"]]