Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add name, homepage and license to EOL buildpacks metadata (#439)
Amongst other reasons, this now means that `pack builder inspect` will no longer be missing the name/URL for the EOL buildpack. Before: ``` Buildpacks: ID NAME VERSION HOMEPAGE heroku/builder-eol-warning - 1.0.0 - ... ``` After: ``` Buildpacks: ID NAME VERSION HOMEPAGE heroku/builder-eol-warning Builder End-of-Life Warning 1.0.0 https://github.com/heroku/cnb-builder-images ... ``` GUS-W-14547289.
- Loading branch information