From af1938ca29997a90d2168c75feb9b48f4c72851b Mon Sep 17 00:00:00 2001 From: Dmitry Novotochinov Date: Wed, 28 Feb 2018 18:33:00 +0300 Subject: [PATCH] rename project --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d673610..7049439 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dmitryn/re-frame-fork "0.10.2-2" +(defproject status-im/re-frame "0.10.2" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}