From a9cfa4452eed1966ea714cdead0456a9b47d5718 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 15 Dec 2014 14:21:19 -0600 Subject: [PATCH] Update repository URL in app.json Fixes #174 --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index be600b4..7fa1493 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "name": "httpbin", "description": "HTTP Request & Response Service, written in Python + Flask.", - "repository": "https://github.com/kennethreitz/httpbin", + "repository": "https://github.com/Runscope/httpbin", "website": "https://httpbin.org", "logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg", "keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"]