1 files changed, 1 insertions(+), 1 deletions(-)
M README.md
M README.md => README.md +1 -1
@@ 28,7 28,7 @@ Add both `oslog` and `log` to your `Cargo.toml`:
```toml
[dependencies]
log = "0.4"
-oslog = { git = "https://github.com/econobox/oslog" }
+oslog = { git = "https://git.sr.ht/~nerosnm/oslog" }
```
and to your crate root: