From f1b91014b259b7bb2ed5d159259dfa06b7eab083 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 25 Jul 2023 17:01:52 +0200 Subject: [PATCH] [nop] Update project description --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7f36d6d..097c992 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject com.taoensso/tempura "1.5.3" :author "Peter Taoussanis " - :description "Pure Clojure/Script i18n translations library" + :description "Simple text localization for Clojure/Script applications" :url "https://github.com/ptaoussanis/tempura" :min-lein-version "2.3.3"