From 8bdd7decfcb09b6db5451202fe14d88057881534 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Mon, 30 Jul 2018 11:14:02 +0200 Subject: [PATCH] [CMake] fix project url --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7bf18f..89a82fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include(cmake/python.cmake) SET(PROJECT_NAME dynamic-graph-python) SET(PROJECT_DESCRIPTION "Dynamic graph library Python bindings") -SET(PROJECT_URL "http://github.com/jrl-umi3218/dynamic-graph-python") +SET(PROJECT_URL "http://github.com/stack-of-tasks/dynamic-graph-python") SET(CUSTOM_HEADER_DIR "dynamic-graph/python") # Headers list. -- GitLab