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
This commit is contained in:
Ivan Bobev 2019-08-04 19:31:40 +03:00 committed by Dominik Picheta
commit da82e3111e

View file

@ -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.",