From b9e8c0820510f57a619170cf43bbcabf39473927 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Fri, 31 Aug 2018 10:06:09 +0200
Subject: [PATCH] link to git repo updated

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

diff --git a/readme.md b/readme.md
index b9f0e121..91b0617d 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@
 ## Developer project installation
   - `mkdir -p ~/dev/smash`
   - `cd ~/dev/smash`
-  - `git clone ssh://git@git-r3lab-server.uni.lu:8022/piotr.atyjaszyk/scheduling-system.git`
+  - `git clone ssh://git@git-r3lab-server.uni.lu:8022/NCER-PD/scheduling-system.git`
   - `cd scheduling-system`
   - `virtualenv env` to create new virtualenv (contains clean python working environment)
   - `. env/bin/activate` (to start using virtualenv)
-- 
GitLab