hagmonk / find-deps

tools.deps friendly utility for searching clojars and maven
63 stars 11 forks source link

Finds fork of storage-atom #3

Open pesterhazy opened 5 years ago

pesterhazy commented 5 years ago
$ clj -A:find-deps "storage-atom"
Checking out: https://github.com/hagmonk/find-deps at 6fc73813aafdd2288260abb2160ce0d4cdbac8be
{:deps {ninjudd/storage-atom {:mvn/version "1.2.4-beta"}}}

I'd expect https://clojars.org/alandipert/storage-atom, rather than https://clojars.org/ninjudd/storage-atom, which presumably is some kind of fork.

hagmonk commented 5 years ago

I see that result too. I'll investigate why Alan's result isn't ranked more highly. Thanks for the report!