about summary refs log tree commit diff
path: root/project.clj
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2016-08-09 21:30:46 -0700
committerMorgan Astra <m@morganastra.me>2016-08-09 21:30:46 -0700
commita228358111bbce6aa7c402a54fb9a39bff1aa924 (patch)
treee5e8aca9aac2accbf78c63e87d59de159e2fb45c /project.clj
parente3c5f5d366af76cb39f2716455cb220abdc0bfae (diff)
update readme, add real site url to project.clj, remove obsolete doc comment from web.clj
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj4
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"]