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