Hi, ## Context:
* I'm using lein. * In my project.clj, I have something like: :dependencies[ [org.clojure/clojure "1.5.1"] [org.clojure/clojurescript "0.0.-2173"] [not-really-trusted-package "version"]] Now, I don't like pulling not-really-trusted-package, which can change under me. Instead I'd prefer to: (1) git fork the not-really-trusted package to github/txrev319/not-really-trusted (2) have lein pull from github/txrev319/not-really-trusted ## Question: How do I achieve the above? Thanks! (I still don't trust the package, but atleast I want to use the same untrusted package every time.) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.