Fix the shard.yml setup

The shard name should be "sodium" without .cr otherwise we get an error when running `shards install`
master
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
1 changed files with 1 additions and 1 deletions

View File

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