add :license to project.clj

This commit is contained in:
Morgan Astra 2016-09-22 17:21:30 -07:00
parent c956d354a1
commit 2f767f38a0

View File

@ -1,6 +1,7 @@
(defproject witch-house/pronouns "1.10.0-SNAPSHOT"
:description "Pronoun.is is a website for personal pronoun usage examples"
:url "http://pronoun.is"
:license "GNU Affero General Public License 3.0"
:dependencies [[org.clojure/clojure "1.6.0"]
[compojure "1.1.8"]
[ring/ring-jetty-adapter "1.2.2"]