diff options
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/project.clj b/project.clj index 88084dc..ac5653d 100644 --- a/project.clj +++ b/project.clj @@ -1,8 +1,6 @@ (defproject witch-house/pronouns "1.9.0-SNAPSHOT" :description "Pronoun.is is a web app for showing usage examples of personal pronouns in English." - :url "http://pronouns.herokuapp.com" - :license {:name "FIXME: choose" - :url "http://example.com/FIXME"} + :url "http://pronoun.is" :dependencies [[org.clojure/clojure "1.6.0"] [compojure "1.1.8"] [ring/ring-jetty-adapter "1.2.2"] |