Skip to content

Commit

Permalink
Implement RFC 0050: Rename Buildpack
Browse files Browse the repository at this point in the history
Renames 'Paketo Go Build Buildpack' to 'Paketo Buildpack for Go Build'.

Implements RFC 0050, paketo-buildpacks/rfcs#233, for this buildpack.

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
  • Loading branch information
Daniel Mikusa authored and ForestEckhardt committed Aug 31, 2022
1 parent f1b98ac commit 5e87b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
description = "A buildpack for compiling Go applications and writing start commands"
homepage = "https://github.com/paketo-buildpacks/go-build"
id = "paketo-buildpacks/go-build"
name = "Paketo Go Build Buildpack"
name = "Paketo Buildpack for Go Build"
keywords = ["go", "build", "compilation", "binary"]
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]

Expand Down

0 comments on commit 5e87b4e

Please sign in to comment.