From d8c25e62cc0e1f375ba88f22cba53a9de7a0bb60 Mon Sep 17 00:00:00 2001 From: "Alexander K. Hudek" Date: Tue, 21 Apr 2015 01:28:02 -0400 Subject: [PATCH] Update description. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 04a71cd..24ce9b4 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject views/honeysql "0.1.0-SNAPSHOT" - :description "FIXME: write description" - :url "http://example.com/FIXME" + :description "HoneySQL view implementation for views" + :url "https://github.com/kirasystems/views-honeysql" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [[views "1.4.0-SNAPSHOT"]