From e7ccf0df85256a72843fe41ae6042e93b2a067c4 Mon Sep 17 00:00:00 2001 From: MB Date: Tue, 9 Jun 2020 21:08:24 +0530 Subject: [PATCH] Fix thread pool module repository reference. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 4f395858..cb5b099e 100644 --- a/SConstruct +++ b/SConstruct @@ -47,7 +47,7 @@ module_repositories = [ [ ['https://github.com/Relintai/props.git', 'git@github.com:Relintai/props.git'], 'props', '' ], [ ['https://github.com/Relintai/mesh_utils.git', 'git@github.com:Relintai/mesh_utils.git'], 'mesh_utils', '' ], [ ['https://github.com/Relintai/broken_seals_module.git', 'git@github.com:Relintai/broken_seals_module.git'], 'broken_seals_module', '' ], - [ ['git@github.com:Relintai/thread_pool.git', 'https://github.com/Relintai/thread_pool.git'], 'thread_pool', '' ], + [ ['https://github.com/Relintai/thread_pool.git', 'git@github.com:Relintai/thread_pool.git'], 'thread_pool', '' ], ] addon_repositories = [