Skip to content

Commit b8ea697

Browse files
committed
transfer ownership to mashape
1 parent 22ff5d9 commit b8ea697

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ project:
9393
# Navigate to the newly cloned directory
9494
cd <repo-name>
9595
# Assign the original repo to a remote called "upstream"
96-
git remote add upstream https://github.com/ahmadnassri/httpsnippet.git
96+
git remote add upstream https://github.com/mashape/httpsnippet.git
9797
```
9898

9999
2. If you cloned a while ago, get the latest changes from upstream:

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,19 +253,19 @@ For more information on SemVer, please visit <http://semver.org/>.
253253

254254
Licensed under [The MIT License](LICENSE).
255255

256-
[license-url]: https://github.com/ahmadnassri/httpsnippet/blob/master/LICENSE
256+
[license-url]: https://github.com/mashape/httpsnippet/blob/master/LICENSE
257257

258-
[travis-url]: https://travis-ci.org/ahmadnassri/httpsnippet
259-
[travis-image]: https://img.shields.io/travis/ahmadnassri/httpsnippet.svg?style=flat-square
258+
[travis-url]: https://travis-ci.org/mashape/httpsnippet
259+
[travis-image]: https://img.shields.io/travis/mashape/httpsnippet.svg?style=flat-square
260260

261261
[npm-url]: https://www.npmjs.com/package/httpsnippet
262262
[npm-license]: https://img.shields.io/npm/l/httpsnippet.svg?style=flat-square
263263
[npm-version]: https://img.shields.io/npm/v/httpsnippet.svg?style=flat-square
264264
[npm-downloads]: https://img.shields.io/npm/dm/httpsnippet.svg?style=flat-square
265265

266-
[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/httpsnippet
267-
[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/httpsnippet.svg?style=flat-square
268-
[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/httpsnippet.svg?style=flat-square
266+
[codeclimate-url]: https://codeclimate.com/github/mashape/httpsnippet
267+
[codeclimate-quality]: https://img.shields.io/codeclimate/github/mashape/httpsnippet.svg?style=flat-square
268+
[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/mashape/httpsnippet.svg?style=flat-square
269269

270-
[david-url]: https://david-dm.org/ahmadnassri/httpsnippet
271-
[david-image]: https://img.shields.io/david/ahmadnassri/httpsnippet.svg?style=flat-square
270+
[david-url]: https://david-dm.org/mashape/httpsnippet
271+
[david-image]: https://img.shields.io/david/mashape/httpsnippet.svg?style=flat-square

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "[email protected]:ahmadnassri/httpsnippet"
21+
"url": "[email protected]:mashape/httpsnippet"
2222
},
2323
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/ahmadnassri/httpsnippet/issues"
25+
"url": "https://github.com/mashape/httpsnippet/issues"
2626
},
27-
"homepage": "https://github.com/ahmadnassri/httpsnippet",
27+
"homepage": "https://github.com/mashape/httpsnippet",
2828
"devDependencies": {
2929
"codeclimate-test-reporter": "0.0.4",
3030
"glob": "^5.0.2",

0 commit comments

Comments
 (0)