diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-21 15:15:15 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-21 15:15:15 -0600 |
| commit | 83ec89cff1681d65a239b94f313ca102e5b2843c (patch) | |
| tree | 1077d76e904836fbdd0eed9d9e76d6ab4832050c /lib | |
| parent | a6adceebeb1ca109439636f90459263ddc828682 (diff) | |
Use the latest seeAlso url
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/license/management/repository.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/management/repository.rb b/lib/license/management/repository.rb index a478dd6..164653c 100644 --- a/lib/license/management/repository.rb +++ b/lib/license/management/repository.rb @@ -36,7 +36,7 @@ module License { 'id' => data['licenseId'], 'name' => data['name'], - 'url' => data['detailsUrl'] + 'url' => data['seeAlso'][-1] } else log_info("could not find license named `#{license.send(:short_name)}` in SPDX index") |
