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/pipenv/v2.1.json | |
| parent | 6bb687f6355e4077fe45e2e0b2646aaf0214be74 (diff) | |
Fix failed specs
Diffstat (limited to 'spec/fixtures/expected/python/pipenv/v2.1.json')
| -rw-r--r-- | spec/fixtures/expected/python/pipenv/v2.1.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/fixtures/expected/python/pipenv/v2.1.json b/spec/fixtures/expected/python/pipenv/v2.1.json index 30161e1..9c58d29 100644 --- a/spec/fixtures/expected/python/pipenv/v2.1.json +++ b/spec/fixtures/expected/python/pipenv/v2.1.json @@ -7,9 +7,9 @@ "url": "https://opensource.org/licenses/Apache-2.0" }, { - "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", @@ -29,7 +29,7 @@ "package_manager": "pip", "path": "Pipfile.lock", "licenses": [ - "BSD-4-Clause" + "bsd" ] }, { |
