Skip to content

Commit

Permalink
Merge pull request #127 from buildpacks/homepage-in-build-metdata-label
Browse files Browse the repository at this point in the history
Homepage in build metadata label

Signed-off-by: Ben Hale <bhale@vmware.com>
  • Loading branch information
nebhale authored Aug 5, 2020
2 parents 615c466 + 56a3121 commit 65e5e08
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,11 @@ Where:
#### `group.toml` (TOML)

```toml
group = [
{ id = "<buildpack ID>", version = "<buildpack version>", api = "<buildpack API version>" }
]
[[group]]
id = "<buildpack ID>"
version = "<buildpack version>"
api = "<buildpack API version>"
homepage = "<buildpack homepage>"
```

Where:
Expand Down Expand Up @@ -972,7 +974,8 @@ Where:
"buildpacks": [
{
"id": "<buildpack ID>",
"version": "<buildpack Version>"
"version": "<buildpack version>",
"homepage": "<buildpack homepage>"
}
],
"bom": [
Expand All @@ -983,7 +986,7 @@ Where:
},
"buildpack": {
"id": "<buildpack ID>",
"version": "<buildpack Version>"
"version": "<buildpack version>"
}
},
],
Expand Down

0 comments on commit 65e5e08

Please sign in to comment.