From 83a9f97fa0ce8f645f24f9cb3b01fa354d96a98b Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 31 Aug 2022 14:30:25 -0400 Subject: [PATCH] Implement RFC 0050: Rename Buildpack Renames 'Paketo Encrypt-at-Rest Buildpack' to 'Paketo Buildpack for Encrypt-at-Rest'. 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 bd39801..0100da4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # `gcr.io/paketo-buildpacks/encrypt-at-rest` -The Paketo Encrypt At Rest Buildpack is a Cloud Native Buildpack that AES encrypts an application layer and then decrypts it at launch time. +The Paketo Buildpack for Encrypt At Rest is a Cloud Native Buildpack that AES encrypts an application layer and then decrypts it at launch time. ## Behavior This buildpack will participate any of the following conditions are met diff --git a/buildpack.toml b/buildpack.toml index a76ba38..76d0cab 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -19,7 +19,7 @@ api = "0.7" homepage = "https://github.com/paketo-buildpacks/encrypt-at-rest" id = "paketo-buildpacks/encrypt-at-rest" keywords = ["AES", "encrypt-at-rest"] - name = "Paketo Encrypt-at-Rest Buildpack" + name = "Paketo Buildpack for Encrypt-at-Rest" version = "{{.version}}" sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"]