From 1ba10ef72206c43b3645b02bb8572a132923559f Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 31 Aug 2022 14:15:32 -0400 Subject: [PATCH] Implement RFC 0050: Rename Buildpack Renames 'Paketo CA Certificates Buildpack' to 'Paketo Buildpack for CA Certificates'. Implements RFC 0050, https://github.com/paketo-buildpacks/rfcs/issues/233, for this buildpack. Signed-off-by: Daniel Mikusa --- README.md | 2 +- buildpack.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a51a069..a8717aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `gcr.io/paketo-buildpacks/ca-certificates` -The Paketo CA Certificates Buildpack is a Cloud Native Buildpack that adds CA certificates to the system truststore at build and runtime. +The Paketo Buildpack for CA Certificates is a Cloud Native Buildpack that adds CA certificates to the system truststore at build and runtime. ## Behavior diff --git a/buildpack.toml b/buildpack.toml index f69fd30..bc33d83 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -19,7 +19,7 @@ api = "0.7" homepage = "https://github.com/paketo-buildpacks/ca-certificates" id = "paketo-buildpacks/ca-certificates" keywords = ["ca-certificates", "trust", "certificates"] - name = "Paketo CA Certificates Buildpack" + name = "Paketo Buildpack for CA Certificates" version = "{{.version}}" sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"]