clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2019-07-04T16:10:25.026800Z

Hi! I just pushed a pom.xml based lib to clojars. I set a <url> tag in the pom to point to my github repo but I keep getting N/A next to the octocat icon on project's clojars page. What am I doing wrong? https://clojars.org/await-cps

2019-07-04T16:29:24.027800Z

@maciekszajna You need to set &lt;scm&gt;&lt;url&gt;the-github-url&lt;/url&gt;&lt;/scm&gt;

2019-07-04T16:29:36.028Z

Thanks!