Use correct project name in defproject.

Signed-off-by: Richard Newman <rnewman@twinql.com>
This commit is contained in:
Richard Newman 2016-07-08 12:49:55 -07:00
parent 655d361a4c
commit 798e05bd9a

View file

@ -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"