Skip to content

Commit 926da0a

Browse files
committed
fix project file
1 parent 6013bf6 commit 926da0a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

project.clj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(defproject com.dkdhub/clj-mqtt-broker "0.0.1"
22
:description "A Clojure wrapper to the Moquette Broker library"
3-
:url "https://github.com/source-c/clj-mqtt-broker"
4-
:license {:name "Built In Project License"
5-
:url "https://github.com/source-c/clj-mqtt-broker/LICENSE"}
6-
:main clj-mqtt-broker.core
3+
:url "https://github.com/dkdhub/clj-mqtt-broker"
4+
:license {:name "Built In Project License"}
75
:dependencies [[io.moquette/moquette-broker "0.15"
86
:exclusions [com.bugsnag/bugsnag]]])

0 commit comments

Comments
 (0)