From 669975ed3d2a5f9926f2d4714a2437184921e5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Arenaza?= Date: Tue, 19 Apr 2022 13:00:07 +0200 Subject: [PATCH] Make project coordinates point to Magnet's fork --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}