Update repository link to point to git repo instead of sourchut project
1 files changed, 2 insertions(+), 2 deletions(-) M Cargo.toml
M Cargo.toml => Cargo.toml +2 -2
@@ 1,12 1,12 @@ [package] name = "jsn" version = "0.13.0" version = "0.14.0" authors = ["Eze Anyanwu"] edition = "2021" license = "MIT" readme = "README.md" description = "A library for querying streaming JSON tokens" repository = "https://sr.ht/~eanyanwu/jsn/" repository = "https://git.sr.ht/~eanyanwu/jsn" keywords = ["parser", "json", "streaming", "ndjson"] categories = ["parser-implementations"]