From dcd5a9a2ffba9729fe625a312f825a5cb0c58c6b Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 9 Dec 2016 10:37:48 +1300 Subject: [PATCH] Rename to abra --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 23b4ed8..e37eb42 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.0.1-SNAPSHOT" +(defproject day8.re-frame/abra "0.0.1-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}