no code signing
This commit is contained in:
parent
ff01d5d725
commit
7f1202ac20
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
(defproject dda/mastodon-bot "1.10.5"
|
||||
(defproject dda/mastodon-bot "1.10.6"
|
||||
:description "Bot to publish twitter, tumblr or rss posts to an mastodon account."
|
||||
:url "https://github.com/yogthos/mastodon-bot"
|
||||
:author "Dmitri Sotnikov"
|
||||
|
@ -9,8 +9,8 @@
|
|||
:resource-paths ["src/main/resources"]
|
||||
:repositories [["snapshots" :clojars]
|
||||
["releases" :clojars]]
|
||||
:deploy-repositories [["snapshots" :clojars]
|
||||
["releases" :clojars]]
|
||||
:deploy-repositories [["releases" {:sign-releases false :url "https://clojars.org"}]
|
||||
["snapshots" {:sign-releases false :url "https://clojars.org"}]]
|
||||
:profiles {:test {:test-paths ["src/test/cljc"]
|
||||
:resource-paths ["src/test/resources"]
|
||||
:dependencies []}})
|
||||
|
|
Reference in a new issue