update project.clj

This commit is contained in:
Gered 2021-12-14 21:23:45 -05:00
parent 336ae48c17
commit 5833150565

View file

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