From 7bb8099ff8e8efd6f43f7a8da16937ed943780b5 Mon Sep 17 00:00:00 2001 From: Sebastian Nickel Date: Thu, 18 Jan 2024 14:47:02 +0100 Subject: [PATCH] fix the name of the buildpack To follow our standard the buildpack has to be named correctly. --- buildpack.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 85aecd0..e303523 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,8 +2,8 @@ api = "0.7" [buildpack] description = "A buildpack for configuring Nginx for PHP apps" - homepage = "https://github.com/paketo-buildpacks/php-nginx" - id = "paketo-buildpacks/php-nginx" + homepage = "https://github.com/ninech/buildpack-php-nginx" + id = "ninech/buildpack-php-nginx" keywords = ["php", "nginx"] name = "Paketo Buildpack for PHP Nginx"