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"}