Update org to iv-org

This commit is contained in:
Sandro 2020-10-04 13:30:32 +02:00 committed by GitHub
parent 195bb9e480
commit 2eceb3c279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ This library is available under the MIT license.
```yaml
dependencies:
lsquic:
github: omarroth/lsquic.cr
github: iv-org/lsquic.cr
```
2. Run `shards install`
@ -39,7 +39,7 @@ client.get("/", headers: HTTP::Headers{
## Contributing
1. Fork it (<https://github.com/omarroth/lsquic.cr/fork>)
1. Fork it (<https://github.com/iv-org/lsquic.cr/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)