Update repository URL in app.json

Fixes #174
This commit is contained in:
Ian Cordasco
2014-12-15 14:21:19 -06:00
parent 128bc1b986
commit a9cfa4452e
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "httpbin", "name": "httpbin",
"description": "HTTP Request & Response Service, written in Python + Flask.", "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", "website": "https://httpbin.org",
"logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg", "logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg",
"keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"] "keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"]