Skip to content

Commit 9977b07

Browse files
committed
Renamed GitHub organization
1 parent 067abdd commit 9977b07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2017 Apifier s.r.o.
189+
Copyright 2018 Apify Technologies s.r.o.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# proxy-chain
22

33
[![npm version](https://badge.fury.io/js/proxy-chain.svg)](http://badge.fury.io/js/proxy-chain)
4-
[![Build Status](https://travis-ci.org/Apifier/proxy-chain.svg)](https://travis-ci.org/Apifier/proxy-chain)
4+
[![Build Status](https://travis-ci.org/apifytech/proxy-chain.svg)](https://travis-ci.org/apifytech/proxy-chain)
55

66
Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
77
The authentication and proxy chaining configuration is defined in code and can be dynamic.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"license": "Apache-2.0",
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/apifier/proxy-chain"
22+
"url": "git+https://github.com/apifytech/proxy-chain"
2323
},
2424
"bugs": {
25-
"url": "https://github.com/apifier/proxy-chain/issues"
25+
"url": "https://github.com/apifytech/proxy-chain/issues"
2626
},
27-
"homepage": "https://github.com/apifier/proxy-chain",
27+
"homepage": "https://github.com/apifytech/proxy-chain",
2828
"files": [
2929
"build"
3030
],

0 commit comments

Comments
 (0)