mirror of https://github.com/penpot/penpot.git
Update license field on project.clj.
This commit is contained in:
parent
a192076e0c
commit
724d5e00d3
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue