summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-07-21 17:46:17 -0400
committerFrederic Guillot <fred@kanboard.net>2016-07-21 17:46:17 -0400
commitdf423ae4aff12e8143a52642a3025ee1c0dffcea (patch)
tree727abcdebd7c3398f5b36f458af7e0c8c961c3e9 /Makefile
parent3dd20c9c78e61028a4c7db232c7b2b30662a2987 (diff)
Move repository to Kanboard organization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4595481d..a96846a1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ static:
archive:
@ echo "Build archive: version=${version}, destination=${dst}"
@ rm -rf ${BUILD_DIR}/kanboard ${BUILD_DIR}/kanboard-*.zip
- @ cd ${BUILD_DIR} && git clone --depth 1 -q https://github.com/fguillot/kanboard.git
+ @ cd ${BUILD_DIR} && git clone --depth 1 -q https://github.com/kanboard/kanboard.git
@ cd ${BUILD_DIR}/kanboard && composer --prefer-dist --no-dev --optimize-autoloader --quiet install
@ rm -rf ${BUILD_DIR}/kanboard/data/*.sqlite
@ rm -rf ${BUILD_DIR}/kanboard/data/*.log