diff options
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index e9738db..d5d9a0f 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject queue-api "0.1.0" - :description "Api for a simple job queue" + :description "A simple job queue api" :url "https://gitlab.com/gabrielgio/queue-api" :dependencies [[clj-time "0.14.2"] |