From a637878615a312539c5beee7a102dccd71840434 Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Mon, 29 Jun 2020 11:22:19 +0100
Subject: [PATCH] Update repoAsATemplate.md

---
 repoAsATemplate.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoAsATemplate.md b/repoAsATemplate.md
index e10978f..2456161 100644
--- a/repoAsATemplate.md
+++ b/repoAsATemplate.md
@@ -27,7 +27,7 @@ More on data:
 > We recommend **not** putting your data in your repo at all. 
 
 Yes, this breaks true reproducability but there are reasons:
- * we often use data that is commercial or sensitive or personal (under GDPR) - so we cannot risk that leaking out
+ * we often use data that is commercial or sensitive or personal (under GDPR) - so we cannot risk that leaking out via git.soton, github.com or gitlab.com
  * we often use _very large_ datasets which most git/hub/lab services sensibly reject
  * we often pull real time data on the fly from elsewhere so storage makes no sense 
         
-- 
GitLab