Skip to content

Commit 0165e7f

Browse files
authored
Merge pull request #524 from javabrett/fix-repository
Corrected repository URL in app.json
2 parents 7b3b70d + 2f39212 commit 0165e7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)