From eeb1bd329f5bc91fb64e66d2da530c5cfd25676b Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 21 Nov 2016 17:24:20 -0800 Subject: [PATCH] Specify Maven group-id for mozilla/datomish. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 507f55f3..50bd9156 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject datomish "0.2.0-SNAPSHOT" +(defproject mozilla/datomish "0.2.0" :description "A persistent, embedded knowledge base inspired by Datomic and DataScript." :url "https://github.com/mozilla/datomish" :license {:name "Apache License, Version 2.0"