From ea1c1a960bd33af0a0c3c457c70afb4559cdf6df Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 17 Jun 2015 14:25:46 +1200 Subject: [PATCH] Point to flatland protobuf clojars package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf593b3..0559ec5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ the following to your `project.clj` file: :plugins [[lein-protobuf "0.1.1"]] Be sure to replace `"0.6.0"` and `"0.1.1"` with the latest versions listed at -http://clojars.org/protobuf and http://clojars.org/lein-protobuf. +https://clojars.org/org.flatland/protobuf and http://clojars.org/lein-protobuf. *Note: lein-protobuf requires at least version 2.0 of Leiningen.*