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:
parent
a192076e0c
commit
724d5e00d3
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue