Skip to content

Commit

Permalink
Implement RFC 0050: Rename Buildpack
Browse files Browse the repository at this point in the history
Rename the buildpack to implement [RFC 0050](paketo-buildpacks/rfcs#233), using the form `Paketo Buildpack for XYZ`.
  • Loading branch information
Daniel Mikusa committed Aug 31, 2022
1 parent 6aa6e22 commit 4a30fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `gcr.io/paketo-community/rustup`

The Paketo Rustup Buildpack is a Cloud Native Buildpack that installs and executes `rustup` to install Rust.
The Paketo Buildpack for Rustup is a Cloud Native Buildpack that installs and executes `rustup` to install Rust.

## Behavior

Expand Down
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ api = "0.7"
homepage = "https://github.com/paketo-community/rustup"
id = "paketo-community/rustup"
keywords = ["rust", "rustup"]
name = "Paketo Rustup Buildpack"
name = "Paketo Buildpack for Rustup"
sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"]
version = "{{.version}}"

Expand Down

0 comments on commit 4a30fd9

Please sign in to comment.