From 11dde7604666c920755c70ff50147e75ddaa584d Mon Sep 17 00:00:00 2001 From: Jigar varma Date: Fri, 28 Apr 2023 23:47:26 +0530 Subject: [PATCH] Update p7zip buildpack url Fix for this https://t.me/usergeot/836619 --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index f487ca0..c7461db 100644 --- a/app.json +++ b/app.json @@ -23,7 +23,7 @@ "buildpacks": [ {"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"}, {"url": "https://github.com/HasibulKabir/heroku-buildpack-rarlab.git"}, - {"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"}, + {"url": "https://github.com/Lilanga/heroku-buildpack-p7zip"}, {"url": "https://github.com/rking32/heroku-buildpack-google-chrome"}, {"url": "https://github.com/rking32/heroku-buildpack-chromedriver"}, {"url": "https://github.com/heroku/heroku-buildpack-apt.git"},