Corrected repository URL in app.json.

Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
Brett Randall
2018-11-07 17:25:24 +11:00
parent 7b3b70dbca
commit 2f3921259b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "httpbin",
"description": "HTTP Request & Response Service, written in Python + Flask.",
"repository": "https://github.com/Runscope/httpbin",
"repository": "https://github.com/requests/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"],