aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 7d3021c..28d2c64 100644
--- a/app.json
+++ b/app.json
@@ -4,8 +4,8 @@
"repository": "https://github.com/bozokopic/opcut",
"image": "heroku/python",
"buildpacks": [
- {"url": "https://github.com/bozokopic/opcut"},
{"url": "heroku/python"},
{"url": "heroku/nodejs"},
+ {"url": "https://github.com/bozokopic/opcut.git"},
]
}