We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6013bf6 commit 926da0aCopy full SHA for 926da0a
project.clj
@@ -1,8 +1,6 @@
1
(defproject com.dkdhub/clj-mqtt-broker "0.0.1"
2
: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
+ :url "https://github.com/dkdhub/clj-mqtt-broker"
+ :license {:name "Built In Project License"}
7
:dependencies [[io.moquette/moquette-broker "0.15"
8
:exclusions [com.bugsnag/bugsnag]]])
0 commit comments