From 52999427819387e1349e904db9fcb946562f7412 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 31 May 2016 10:55:13 -0400 Subject: [PATCH] slight project rename --- README.md | 2 +- project.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25132bf..71d01f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# views-honeysql +# views.honeysql HoneySQL plugin for the [views](https://github.com/gered/views) library. diff --git a/project.clj b/project.clj index d99c37e..de4d56d 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject gered/views-honeysql "0.2-SNAPSHOT" +(defproject gered/views.honeysql "0.2-SNAPSHOT" :description "HoneySQL view implementation for views" - :url "https://github.com/gered/views-honeysql" + :url "https://github.com/gered/views.honeysql" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"}