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
19 lines
538 B
JSON
19 lines
538 B
JSON
[
|
|
{
|
|
"name": "issue678_dependency_1",
|
|
"url": "https://github.com/nimble-test/issue678?subdir=dependency_1",
|
|
"method": "git",
|
|
"tags": [ "test" ],
|
|
"description":
|
|
"Both first and second level dependency of the issue678 package.",
|
|
"license": "MIT"
|
|
},
|
|
{
|
|
"name": "issue678_dependency_2",
|
|
"url": "https://github.com/nimble-test/issue678?subdir=dependency_2",
|
|
"method": "git",
|
|
"tags": [ "test" ],
|
|
"description": "First level dependency of the issue678 package.",
|
|
"license": "MIT"
|
|
}
|
|
]
|