Use correct project name in defproject.
Signed-off-by: Richard Newman <rnewman@twinql.com>
This commit is contained in:
parent
655d361a4c
commit
798e05bd9a
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
:description "A persistent, embedded knowledge base inspired by Datomic and DataScript."
|
||||||
:url "https://github.com/mozilla/datomish"
|
:url "https://github.com/mozilla/datomish"
|
||||||
:license {:name "Mozilla Public License Version 2.0"
|
:license {:name "Mozilla Public License Version 2.0"
|
||||||
|
|
Loading…
Reference in a new issue