From 0403b5d3dc8087d7cb2feced1138a79258c8df9c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 22 Nov 2016 15:10:23 +0200
Subject: [PATCH] - Use Github mirrors.

---
 .pre-commit-config.yaml | 2 +-
 tests/requirements.yml  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 83a18d2..233bc80 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@
     -   id: check-merge-conflict
     -   id: flake8
     -   id: check-symlinks
--   repo: https://www.shore.co.il/git/ansible-pre-commit
+-   repo: https://github.com/adarnimrod/ansible-pre-commit.git
     sha: 0fadd691465b97db8992cfc66650f630e433324b
     hooks:
     -   id: ansible-syntax-check
diff --git a/tests/requirements.yml b/tests/requirements.yml
index 8b9b2bc..2fd4277 100644
--- a/tests/requirements.yml
+++ b/tests/requirements.yml
@@ -1,7 +1,7 @@
 ---
-- src: https://www.shore.co.il/git/ansible-role-openbsd-bootstrap
+- src: https://github.com/adarnimrod/ansible-role-openbsd-bootstrap
   scm: git
   name: openbsd_bootstrap
-- src: https://www.shore.co.il/git/ansible-role-debian-bootstrap
+- src: https://github.com/adarnimrod/ansible-role-debian-bootstrap
   scm: git
   name: debian_bootstrap
-- 
GitLab