"license id" -> "license"

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Lionell Loh Jian An 2020-06-19 03:39:05 +08:00 committed by GitHub
parent eca528cccc
commit b08d958064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ module Homebrew
problem "License mismatch - GitHub license is: #{github_license}, "\
"but Formulae license states: #{formula.license}."
else
problem "#{formula.license} is not a standard SPDX license id."
problem "#{formula.license} is not a standard SPDX license."
end
else
problem "No license specified for package."