From 87bcbeda37a497a25c5362161a277c9af66b98dc Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 18 Aug 2017 01:04:55 +0200 Subject: [PATCH] DEVELOPER: Update git repo url --- DEVELOPER | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER b/DEVELOPER index fd1cf592a..245e42dc0 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -8,7 +8,7 @@ How to Build Taskwarrior - python 2.7 or 3 (optional, for running the test suite) Obtain and build code: - $ git clone --recursive https://git.tasktools.org/scm/tm/task.git task.git + $ git clone --recursive https://git.tasktools.org/TM/task.git task.git $ cd task.git $ git checkout 2.5.2 # Latest dev branch $ git submodule init # This is now done by cmake as a test