diff --git a/Procfile b/Procfile deleted file mode 100644 index e696eee..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: java $JVM_OPTS -cp target/pronouns-standalone.jar clojure.main -m pronouns.web diff --git a/project.clj b/project.clj index dcd42d5..04735a5 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,4 @@ (defproject witch-house/pronouns "1.12.0-SNAPSHOT" - :description "Pronoun.is is a website for personal pronoun usage examples" - :url "https://pronoun.is" :license "GNU Affero General Public License 3.0" :dependencies [[compojure "1.6.1"] [environ "1.1.0"]