diff --git a/README.md b/README.md index 42a0c65..2f16feb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ with a few minor modifications. ## License Copyright © 2012-2014 Ryan Neufeld + Copyright © 2016 Workflo, Inc. Distributed under the Eclipse Public License, the same as Clojure. diff --git a/project.clj b/project.clj index 105d4ef..53de9f1 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject workflo/conformity "0.4.1-SNAPSHOT" - :description "Idempotent datom transacting for Datomic.\n\nSpecial thanks to Stuart Halloway for the original idea, implementation and permission to take it and run." + :description "An experimental fork of https://github.com/rkneufeld/conformity with minor modifications." :url "http://github.com/workfloapp/conformity" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}