From 5fb70ace3c97e9aea806985a5d3db7ff344700de Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Tue, 14 Jul 2015 12:50:32 -0700 Subject: [PATCH] Update app.json This is no longer needed as we now officially support Go: https://blog.heroku.com/archives/2015/7/7/go_support_now_official_on_heroku --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.json b/app.json index 676d4f3..8f0859f 100644 --- a/app.json +++ b/app.json @@ -14,7 +14,6 @@ "heroku-postgresql" ], "env": { - "BUILDPACK_URL": "https://github.com/kr/heroku-buildpack-go", "AUTH_USER": { "description": "A username to log into pgweb.", "value": "admin" @@ -24,4 +23,4 @@ "value": "pgweb" } } -} \ No newline at end of file +}