diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-17 19:12:34 +0300 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-21 13:09:13 +0300 |
| commit | 4510deb87ee0acb985ebeb7478cae5909741776e (patch) | |
| tree | d77037daf77ebd52804ad8b292b5d5f3aa363baf /spec/fixtures/expected/python/pipenv | |
| parent | d221c4aa84c3f4457836023de742f4e922a59ce5 (diff) | |
Fix failed python specs
Diffstat (limited to 'spec/fixtures/expected/python/pipenv')
| -rw-r--r-- | spec/fixtures/expected/python/pipenv/v2.1.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/fixtures/expected/python/pipenv/v2.1.json b/spec/fixtures/expected/python/pipenv/v2.1.json index 9c58d29..9e64c02 100644 --- a/spec/fixtures/expected/python/pipenv/v2.1.json +++ b/spec/fixtures/expected/python/pipenv/v2.1.json @@ -7,16 +7,16 @@ "url": "https://opensource.org/licenses/Apache-2.0" }, { - "id": "bsd", - "name": "BSD", - "url": "http://en.wikipedia.org/wiki/BSD_licenses" - }, - { "id": "MIT", "name": "MIT License", "url": "https://opensource.org/licenses/MIT" }, { + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" + }, + { "id": "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)", "name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)", "url": "" |
