Closed elliot42 closed 9 years ago
Example of wrongness: https://clojars.org/io.framed/overseer/versions/0.6.1
:+1: Interesting. Are you deploying to clojars from your fork?
yeah all my projects are forks
And it looks like you just forked as well, so figured I'd get this in.
Although now I'm not seeing you having a fork
Okay apparently this just removed the link instead of fixing it. Apparently you can't just copy how prismatic did it. I hate everything.
I do still have a fork; maybe it's a Github permissions thing? Regardless my fork is a home for experimental features, not for fork-based day to day development
Prior to this commit, Leiningen would auto-infer the git source information (which Clojars displays prominently). For forks, this is broken--it will think the canonical source comes from your fork, and then display that fork in Clojars. This wrong, so manually specify the location of the upstream fork so Leiningen/Clojars knows to display that, rather than any individual dev fork.