From bd4e4f9d60ba4a3eb1adafbc5b955f2682c3469c Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 31 Aug 2022 14:04:47 -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 f527232..6ad0dd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `gcr.io/paketo-buildpacks/pipeline-builder-canary` -The Paketo Pipeline Builder Canary Buildpack is a Cloud Native Buildpack that does nothing. It's primary purpose is to function as a validation for changes being made to the pipeline-builder. +The Paketo Buildpack for Pipeline Builder Canary is a Cloud Native Buildpack that does nothing. It's primary purpose is to function as a validation for changes being made to the pipeline-builder. ## Behavior diff --git a/buildpack.toml b/buildpack.toml index c955969..d5d200a 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -19,7 +19,7 @@ api = "0.7" homepage = "https://github.com/paketo-buildpacks/pipeline-builder-canary" id = "paketo-buildpacks/pipeline-builder-canary" keywords = ["nothing"] - name = "Paketo Pipeline Builder Canary Buildpack" + name = "Paketo Buildpack for Pipeline Builder Canary" version = "{{.version}}" [[buildpack.licenses]]