From 147784ab54c5a84c3a9bfa2a078e1e2cb61533ef Mon Sep 17 00:00:00 2001 From: Janet Carr Date: Mon, 15 Jan 2024 19:14:33 -0500 Subject: [PATCH] Fixed project description and url --- build.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.clj b/build.clj index a00fa0c..543f67d 100644 --- a/build.clj +++ b/build.clj @@ -2,7 +2,7 @@ (:require [clojure.tools.build.api :as b])) (def lib 'com.janetacarr/quadtree-cljc) -(def version "0.1.2") +(def version "0.1.3") (def class-dir "target/classes") (def basis (b/create-basis {:project "deps.edn"})) (def jar-file (format "target/%s-%s-standalone.jar" (name lib) version)) @@ -11,8 +11,8 @@ (b/delete {:path "target"})) (defn- pom-template [version] - [[:description "The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases."] - [:url "https://github.com/seancorfield/next-jdbc"] + [[:description "A quadtree implementation for Clojure(script)"] + [:url "https://github.com/janetacarr/quadtree-cljc"] [:licenses [:license [:name "APACHE LICENSE, VERSION 2.0"]