diff options
Diffstat (limited to 'spec/fixtures/expected/python/2')
| -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": "" |
