Update project.clj

This commit is contained in:
Jeremy Dormitzer 2018-02-04 10:15:04 -05:00
parent 8ceacc4ce4
commit 71991eafe5
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -1,8 +1,8 @@
(defproject conversations-extension "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
(defproject conversations-extension "1.0.0"
:description "A browser extension that display Hackers News comments for the current web page"
:url "https://github.com/jdormit/looped-in"
:license {:name "GNU General Public License"
:url "https://www.gnu.org/licenses/gpl.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.946"]
[org.clojure/core.async "0.3.465"]