diff options
author | Tom Short <tshort.rlists@gmail.com> | 2017-04-02 13:40:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 13:40:35 -0400 |
commit | b869b29a72fe791de7fe52a3346a6b252a4b128c (patch) | |
tree | d02c9146afc879182c8f4d20895e0806282b0c1e /project.clj | |
parent | d8f163ed104da98df1887301472d1d48279dd2fb (diff) | |
parent | b1b225c30d31a9e0ca52ecdb54eb580ad36f30e8 (diff) |
Merge pull request #7 from tshort/new-teensy-holder
New teensy holder
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.clj b/project.clj index 66b878b..86d5931 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,7 @@ (defproject dactyl-keyboard "0.1.0-SNAPSHOT" :description "A parametrized, split-hand, concave, columnar, erogonomic keyboard" :url "http://example.com/FIXME" + :main dactyl-keyboard.dactyl :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.7.0"] |