# HG changeset patch # User Simon Heath # Date 1720197066 14400 # Fri Jul 05 12:31:06 2024 -0400 # Node ID dd9966a8077a2696be5cc7dc29994b058e0c9028 # Parent a45097e0aa45dcf8d5cca62426c7bfc3e12a5264 Update metadata to make "repository" and "website" point correctly See https://todo.sr.ht/~icefox/oorandom/8 diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "oorandom" -version = "11.1.3" +version = "11.1.4" authors = ["Simon Heath "] 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"]