will check it out 🙂
Seems like cljdoc is also affected by this. Guess that many projects are using lein for release. Since lein didn't put that info in the pom file for those repositories, it's hard to analyze it. I think the only reasonable place to fix this is in lein, not on the consumer side.
There are many examples I came across:
https://cljdoc.org/d/http-kit/http-kit/2.3.0
https://clojars.org/spootnik/signal
If there is no url in the scm info in pom, can still use the main url
tag in the pom file which probably points to a useful resource 🙂
:thinking_face: so using ansi-term in Emacs, lein deploy clojars
fails (typing in username and password) with a Return code is: 401, ReasonPhrase: Unauthorized
running it in iTerm, succeeds
anyone ran into this before?
I suspect the username and password aren't making it to the lein
process. You may have better luck asking in #leiningen