diff --git a/project.clj b/project.clj index b35a96b..c1ef64c 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ -(defproject cljstache "2.0.7-SNAPSHOT" +(defproject coop.magnet/cljstache "2.0.7-SNAPSHOT" :min-lein-version "2.9.8" :description "{{ mustache }} for Clojure[Script]" - :url "http://github.com/fotoetienne/cljstache" + :url "http://github.com/magnetcoop/cljstache" :license {:name "GNU Lesser General Public License 2.1" :url "http://www.gnu.org/licenses/lgpl-2.1.txt" :distribution :repo}