slight project rename

This commit is contained in:
Gered 2016-05-31 10:55:13 -04:00
parent 4a3916d25f
commit 5299942781
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# views-honeysql # views.honeysql
HoneySQL plugin for the [views](https://github.com/gered/views) library. HoneySQL plugin for the [views](https://github.com/gered/views) library.

View file

@ -1,6 +1,6 @@
(defproject gered/views-honeysql "0.2-SNAPSHOT" (defproject gered/views.honeysql "0.2-SNAPSHOT"
:description "HoneySQL view implementation for views" :description "HoneySQL view implementation for views"
:url "https://github.com/gered/views-honeysql" :url "https://github.com/gered/views.honeysql"
:license {:name "MIT License" :license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"} :url "http://opensource.org/licenses/MIT"}