mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
Merge pull request #524 from javabrett/fix-repository
Corrected repository URL in app.json
This commit is contained in:
@@ -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,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"],
|
||||
|
||||
Reference in New Issue
Block a user