From 775002e06dc2a4acda7362461691875afef744ee Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Tue, 6 Sep 2022 17:34:31 -0400 Subject: [PATCH] Implement RFC 0050: Rename Buildpack (#63) Renames 'Paketo PHP Start Buildpack' to 'Paketo Buildpack for PHP Start'. Implements RFC 0050, https://github.com/paketo-buildpacks/rfcs/issues/233, for this buildpack. Signed-off-by: Daniel Mikusa Signed-off-by: Daniel Mikusa Co-authored-by: Tim Hitchener Co-authored-by: Sophie Wigmore --- buildpack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpack.toml b/buildpack.toml index 1e7ff3f..6261891 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -5,7 +5,7 @@ api = "0.7" homepage = "https://github.com/paketo-buildpacks/php-start" id = "paketo-buildpacks/php-start" keywords = ["php", "httpd", "nginx"] - name = "Paketo PHP Start Buildpack" + name = "Paketo Buildpack for PHP Start" [[buildpack.licenses]] type = "Apache-2.0"