dev-cmd/bottle: fix license output.
Don't output the complex license object but instead use the same format we use for `Formula#to_hash`.
This commit is contained in:
parent
a6bbc10227
commit
5cae3f4096
@ -532,7 +532,7 @@ module Homebrew
|
||||
"tap_git_revision" => tap_git_revision,
|
||||
"tap_git_remote" => tap_git_remote,
|
||||
"desc" => f.desc,
|
||||
"license" => f.license,
|
||||
"license" => SPDX.license_expression_to_string(f.license),
|
||||
"homepage" => f.homepage,
|
||||
},
|
||||
"bottle" => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user