diff options
author | Morgan Astra <m@morganastra.me> | 2016-09-20 18:33:33 -0700 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2016-09-20 18:33:33 -0700 |
commit | 65866ca3915cca368bac8c881d245a3442252639 (patch) | |
tree | 28c85487ebbee1e2cdd2b71364023e12b1eb8796 /project.clj | |
parent | 5d85c1a5e7fbe3f06667982bf1a8f1353921a76f (diff) |
standardize the description of what pronoun.is is
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 ac5653d..a930d9a 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject witch-house/pronouns "1.9.0-SNAPSHOT" - :description "Pronoun.is is a web app for showing usage examples of personal pronouns in English." + :description "Pronoun.is is a website for personal pronoun usage examples" :url "http://pronoun.is" :dependencies [[org.clojure/clojure "1.6.0"] [compojure "1.1.8"] |