From 3a2dc499381d66e5dd498dccae488b226daa2fd1 Mon Sep 17 00:00:00 2001 From: Craig Kerstiens <craig.kerstiens@gmail.com> Date: Tue, 15 Nov 2011 13:44:24 -0800 Subject: [PATCH] updating to use herokus github in buildpack_url --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f761e1ef..87040d33 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ Example usage: $ ls Procfile requirements.txt web.py - $ heroku create --stack cedar --buildpack git@github.com:nzoschke/heroku-buildpack-python.git + $ heroku create --stack cedar --buildpack git@github.com:heroku/heroku-buildpack-python.git $ git push heroku master ... -- GitLab