From e0f849067eeab7b23c39ab8f03fe151ec0ef6e05 Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Fri, 16 Feb 2024 13:18:11 -0600 Subject: [PATCH] Drop stacks from buildpack.toml (no longer supported) --- buildpack.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index 1e34eec..5cf80ae 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -11,9 +11,6 @@ keywords = ["procfile", "processes", "heroku"] [[buildpack.licenses]] type = "BSD-3-Clause" -[[stacks]] -id = "*" - [[targets]] os = "linux" arch = "amd64"