Signed-off-by: geraldo netto <[email protected]> --- apache-zookeeper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-zookeeper/Makefile b/apache-zookeeper/Makefile index 9de4d1e..8f7af0e 100644 --- a/apache-zookeeper/Makefile +++ b/apache-zookeeper/Makefile @@ -2,7 +2,7 @@ VERSION:=3.4.6 NAME:=zookeeper DIR:=$(NAME)-$(VERSION) TARBALL:=$(DIR).tar.gz -URL:=http://apache.mirrors.ionfish.org/$(NAME)/$(NAME)-$(VERSION)/$(TARBALL) +URL:=http://archive.apache.org/dist/$(NAME)/$(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.
