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
@maciekszajna You need to set <scm><url>the-github-url</url></scm>
Thanks!