From 269011a87ae20092a7452684b273992a474426fa Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 31 Aug 2022 14:15:18 -0400 Subject: [PATCH] Implement RFC 0050: Rename Buildpack Renames 'Paketo Apache SkyWalking Buildpack' to 'Paketo Buildpack for Apache SkyWalking'. 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 177f49a..ccb1ef3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `gcr.io/paketo-buildpacks/apache-skywalking` -The Paketo Apache SkyWalking Buildpack is a Cloud Native Buildpack that contributes the [Apache SkyWalking][s] Agent and configures it to connect to the service. +The Paketo Buildpack for Apache SkyWalking is a Cloud Native Buildpack that contributes the [Apache SkyWalking][s] Agent and configures it to connect to the service. [s]: https://skywalking.apache.org diff --git a/buildpack.toml b/buildpack.toml index 9ce1794..689c28f 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -19,7 +19,7 @@ api = "0.7" homepage = "https://github.com/paketo-buildpacks/apache-skywalking" id = "paketo-buildpacks/apache-skywalking" keywords = ["apache-skywalking", "agent", "apm"] - name = "Paketo Apache SkyWalking Buildpack" + name = "Paketo Buildpack for Apache SkyWalking" sbom-formats = ["application/vnd.syft+json", "application/vnd.cyclonedx+json"] version = "{{.version}}"