Skip to content

Commit

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

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

Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
Daniel Mikusa committed Aug 31, 2022
1 parent b26dd87 commit 1ba10ef
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-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

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-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"]

Expand Down

0 comments on commit 1ba10ef

Please sign in to comment.