Update README to reflect new repo ownership
This commit is contained in:
		
							parent
							
								
									bc93198aa7
								
							
						
					
					
						commit
						d41089d315
					
				|  | @ -2,6 +2,7 @@ | |||
| 
 | ||||
| ## Changes since v2.2: | ||||
| 
 | ||||
| - Update README to reflect new repository ownership | ||||
| - Update CI scripts to separate linting and testing | ||||
|   - Now using `gometalinter` for linting | ||||
| - Move Go import path from `github.com/bitly/oauth2_proxy` to `github.com/pusher/oauth2_proxy` | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ to validate accounts by email, domain or group. | |||
| Versions v3.0.0 and up are from this fork and will have diverged from any changes in the original fork. | ||||
| A list of changes can be seen in the [CHANGELOG](CHANGELOG.md). | ||||
| 
 | ||||
| [](http://travis-ci.org/bitly/oauth2_proxy) | ||||
| [](http://travis-ci.org/pusher/oauth2_proxy) | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
|  | @ -17,7 +17,7 @@ A list of changes can be seen in the [CHANGELOG](CHANGELOG.md). | |||
| 
 | ||||
| ## Installation | ||||
| 
 | ||||
| 1.  Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.2`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin` | ||||
| 1.  Download [Prebuilt Binary](https://github.com/pusher/oauth2_proxy/releases) (current release is `v2.2`) or build with `$ go get github.com/pusher/oauth2_proxy` which will put the binary in `$GOROOT/bin` | ||||
|     Prebuilt binaries can be validated by extracting the file and verifying it against the `sha256sum.txt` checksum file provided for each release starting with version `v2.3`. | ||||
| 
 | ||||
| ``` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue