0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

Update license field on project.clj.

This commit is contained in:
Andrey Antukh 2016-03-03 23:47:46 +02:00
parent a192076e0c
commit 724d5e00d3

View file

@ -1,7 +1,7 @@
(defproject uxbox "0.1.0-SNAPSHOT"
:description "UXBox client"
:description "UXBox UI"
:url "http://uxbox.github.io"
:license {:name "" :url ""}
:license {:name "MPL 2.0" :url "https://www.mozilla.org/en-US/MPL/2.0/"}
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]