From 798e05bd9a3a80c93be8e83927614b837c6165b0 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 8 Jul 2016 12:49:55 -0700 Subject: [PATCH] Use correct project name in defproject. Signed-off-by: Richard Newman --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7208a1ae..e0ab6f4d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lib "0.1.0-SNAPSHOT" +(defproject datomish "0.1.0-SNAPSHOT" :description "A persistent, embedded knowledge base inspired by Datomic and DataScript." :url "https://github.com/mozilla/datomish" :license {:name "Mozilla Public License Version 2.0"