From 583315056532a951699eac5dfc97a86d646677f2 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 14 Dec 2021 21:23:45 -0500 Subject: [PATCH] update project.clj --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 46295e9..3c6f680 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject net.gered/lein-template.simple-app "0.1.0-SNAPSHOT" - :description "Simple Clojure non-web application project template." + :description "Simple Clojure CLI app or tool project template." :url "https://github.com/gered/simple-app-template" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"}