Skip to content

Commit 2f39212

Browse files
committed
Corrected repository URL in app.json.
Signed-off-by: Brett Randall <[email protected]>
1 parent 7b3b70d commit 2f39212

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Patches and Suggestions
2222
- Matt Robenolt (https://github.com/mattrobenolt)
2323
- Dave Challis (https://github.com/davechallis)
2424
- Florian Bruhin (https://github.com/The-Compiler)
25+
- Brett Randall (https://github.com/javabrett)

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "httpbin",
33
"description": "HTTP Request & Response Service, written in Python + Flask.",
4-
"repository": "https://github.com/Runscope/httpbin",
4+
"repository": "https://github.com/requests/httpbin",
55
"website": "https://httpbin.org",
66
"logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg",
77
"keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"],

0 commit comments

Comments
 (0)