Merge pull request #524 from javabrett/fix-repository

Corrected repository URL in app.json
This commit is contained in:
2018-11-07 15:30:20 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,3 +22,4 @@ Patches and Suggestions
- Matt Robenolt (https://github.com/mattrobenolt)
- Dave Challis (https://github.com/davechallis)
- Florian Bruhin (https://github.com/The-Compiler)
- Brett Randall (https://github.com/javabrett)
+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"],