Fix the shard.yml setup

The shard name should be "sodium" without .cr otherwise we get an error when running `shards install`
This commit is contained in:
Kefah T. Issa 2019-10-13 21:43:46 +03:00 committed by GitHub
parent f766db7e9e
commit 3596abdb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ Add this to your application's `shard.yml`:
```yaml
dependencies:
sodium.cr:
sodium:
github: didactic-drunk/sodium.cr
```