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/2/pip | |
| parent | d221c4aa84c3f4457836023de742f4e922a59ce5 (diff) | |
Fix failed python specs
Diffstat (limited to 'spec/fixtures/expected/python/2/pip')
| -rw-r--r-- | spec/fixtures/expected/python/2/pip/v2.1.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/fixtures/expected/python/2/pip/v2.1.json b/spec/fixtures/expected/python/2/pip/v2.1.json index 36d625d..05492d6 100644 --- a/spec/fixtures/expected/python/2/pip/v2.1.json +++ b/spec/fixtures/expected/python/2/pip/v2.1.json @@ -7,11 +7,6 @@ "url": "https://opensource.org/licenses/BSD-3-Clause" }, { - "id": "bsd", - "name": "BSD", - "url": "http://en.wikipedia.org/wiki/BSD_licenses" - }, - { "id": "MIT", "name": "MIT License", "url": "https://opensource.org/licenses/MIT" @@ -27,6 +22,11 @@ "url": "https://opensource.org/licenses/Python-2.0" }, { + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" + }, + { "id": "copyright (c) 2015, julien fache", "name": "Copyright (c) 2015, Julien Fache", "url": "" |
