From 4a30fd99795c7c43912468c4b489feccb19c491f Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 31 Aug 2022 13:58:40 -0400 Subject: [PATCH] Implement RFC 0050: Rename Buildpack Rename the buildpack to implement [RFC 0050](https://github.com/paketo-buildpacks/rfcs/issues/233), using the form `Paketo Buildpack for XYZ`. --- README.md | 2 +- buildpack.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2267918..c977b1e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/buildpack.toml b/buildpack.toml index 97b5536..643c8c7 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -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}}"