Update metadata to make "repository" and "website" point correctly See https://todo.sr.ht/~icefox/oorandom/8
1 files changed, 3 insertions(+), 2 deletions(-) M Cargo.toml
M Cargo.toml +3 -2
@@ 1,10 1,11 @@ [package] name = "oorandom" -version = "11.1.3" +version = "11.1.4" authors = ["Simon Heath <icefox@dreamquest.io>"] edition = "2018" description = "A tiny, robust PRNG implementation." -repository = "https://sr.ht/~icefox/oorandom/" +repository = "https://hg.sr.ht/~icefox/oorandom" +website = "https://sr.ht/~icefox/oorandom" readme = "README.md" keywords = ["rng", "prng", "random", "pcg",] categories = ["algorithms", "embedded", "no-std"]