From 745e44fe8bf149cce3db3e5153297ece3c53d6ce Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Fri, 3 Apr 2015 09:40:53 +0100
Subject: [PATCH] Final move to indiepaas

---
 dockerfiles/load-balancer/haproxy/README.md | 4 ++--
 scripts/install.sh                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dockerfiles/load-balancer/haproxy/README.md b/dockerfiles/load-balancer/haproxy/README.md
index e98557c..801db3c 100644
--- a/dockerfiles/load-balancer/haproxy/README.md
+++ b/dockerfiles/load-balancer/haproxy/README.md
@@ -9,7 +9,7 @@ docker run\
   -v /haproxy-config:/etc/haproxy\
   -p 80:80\
   -p 443:443\
-  pierreozoux/haproxy
+  indiepaas/haproxy
 ```
 
-Have a look to [pierreozoux/confd](https://registry.hub.docker.com/u/pierreozoux/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`.
+Have a look to [indiepaas/confd](https://registry.hub.docker.com/u/indiepaas/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`.
diff --git a/scripts/install.sh b/scripts/install.sh
index fa50658..33ed94e 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -19,7 +19,7 @@ docker pull ibuildthecloud/systemd-docker
 # Create Directory structure
 mkdir -p /data/domains
 mkdir -p /data/runtime/haproxy/approved-certs
-git clone https://github.com/pierreozoux/IndiePaaS.git /data/indiehosters
+git clone https://github.com/indiepaas/IndiePaaS.git /data/indiehosters
 
 # Install unit-files
 cp /data/indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload
-- 
GitLab