From da82e3111e662fc1b12f96b3cddd66c749c0f686 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Sun, 4 Aug 2019 19:31:40 +0300 Subject: [PATCH] Fix issue678 test repository links After the ownership of the issue678 test repository was transferred to the nimble-test account, the links to the repository required for performing the test had to be updated in order to avoid possible confusion, despite the fact that GitHub does automatic link redirection for transferred repositories. Related to #687 --- tests/issue678/packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/issue678/packages.json b/tests/issue678/packages.json index 25338c9..972eb70 100644 --- a/tests/issue678/packages.json +++ b/tests/issue678/packages.json @@ -1,7 +1,7 @@ [ { "name": "issue678_dependency_1", - "url": "https://github.com/bobeff/issue678?subdir=dependency_1", + "url": "https://github.com/nimble-test/issue678?subdir=dependency_1", "method": "git", "tags": [ "test" ], "description": @@ -10,7 +10,7 @@ }, { "name": "issue678_dependency_2", - "url": "https://github.com/bobeff/issue678?subdir=dependency_2", + "url": "https://github.com/nimble-test/issue678?subdir=dependency_2", "method": "git", "tags": [ "test" ], "description": "First level dependency of the issue678 package.",