diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-07 15:03:26 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-07 15:03:26 -0700 |
| commit | bc29a9d7a98fab7de435d8a06007197efa189709 (patch) | |
| tree | d43e6817b3e392059f6b6481cd54f713edd7127e /spec/fixtures/expected/csharp | |
| parent | 5f7786bb4865a9d9622c3819d8e0b5b67ebf0cfa (diff) | |
Fix nuget specs
Diffstat (limited to 'spec/fixtures/expected/csharp')
| -rw-r--r-- | spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json index 920f7de..070401e 100644 --- a/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json +++ b/spec/fixtures/expected/csharp/nuget-dotnetcore/v2.0.json @@ -14,6 +14,12 @@ "count": 2 }, { + "id": "MIT", + "name": "MIT License", + "url": "https://opensource.org/licenses/MIT", + "count": 2 + }, + { "id": "https://github.com/dotnet/corefx/blob/master/license.txt", "name": "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT", "url": "", @@ -32,18 +38,6 @@ "count": 1 }, { - "id": "MIT", - "name": "MIT License", - "url": "https://opensource.org/licenses/MIT", - "count": 1 - }, - { - "id": "http://www.opensource.org/licenses/mit-license.php", - "name": "http://www.opensource.org/licenses/mit-license.php", - "url": "", - "count": 1 - }, - { "id": "https://raw.githubusercontent.com/antlr/antlrcs/master/license.txt", "name": "https://raw.githubusercontent.com/antlr/antlrcs/master/LICENSE.txt", "url": "", @@ -120,7 +114,7 @@ "./src/web.api" ], "licenses": [ - "http://www.opensource.org/licenses/mit-license.php" + "MIT" ] }, { |
