diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-17 17:29:53 +0300 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-21 13:09:13 +0300 |
| commit | d221c4aa84c3f4457836023de742f4e922a59ce5 (patch) | |
| tree | d23ebfe363571a3efb8e17b5f48e62cd06d539e0 /spec/fixtures/expected/python/2/pip/v2.1.json | |
| parent | 6bb687f6355e4077fe45e2e0b2646aaf0214be74 (diff) | |
Fix failed specs
Diffstat (limited to 'spec/fixtures/expected/python/2/pip/v2.1.json')
| -rw-r--r-- | spec/fixtures/expected/python/2/pip/v2.1.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/spec/fixtures/expected/python/2/pip/v2.1.json b/spec/fixtures/expected/python/2/pip/v2.1.json index 3203679..36d625d 100644 --- a/spec/fixtures/expected/python/2/pip/v2.1.json +++ b/spec/fixtures/expected/python/2/pip/v2.1.json @@ -7,9 +7,9 @@ "url": "https://opensource.org/licenses/BSD-3-Clause" }, { - "id": "BSD-4-Clause", - "name": "BSD 4-Clause \"Original\" or \"Old\" License", - "url": "http://directory.fsf.org/wiki/License:BSD_4Clause" + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" }, { "id": "MIT", @@ -39,7 +39,7 @@ "package_manager": "pip", "path": "requirements.txt", "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { @@ -66,7 +66,7 @@ "package_manager": "pip", "path": "requirements.txt", "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { @@ -75,7 +75,7 @@ "package_manager": "pip", "path": "requirements.txt", "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { @@ -93,7 +93,7 @@ "package_manager": "pip", "path": "requirements.txt", "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { |
