Signed-off-by: geraldo netto <[email protected]> --- apache-kafka/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-kafka/Makefile b/apache-kafka/Makefile index 63ed524..6fbc98d 100644 --- a/apache-kafka/Makefile +++ b/apache-kafka/Makefile @@ -3,7 +3,7 @@ VERSION:=0.8.2.1 NAME:=kafka DIR:=kafka_$(SCALA)-$(VERSION) TARBALL:=$(DIR).tgz -URL:=http://mirror.ventraip.net.au/apache/$(NAME)/$(VERSION)/$(TARBALL) +URL:=http://archive.apache.org/dist/$(NAME)/$(VERSION)/$(TARBALL) module: ROOTFS usr.manifest -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
