diff --git a/Cargo.toml b/Cargo.toml index 9a7364e..76af1e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "nanohtml2text" -version = "0.1.4" +version = "0.1.5" edition = "2018" readme = "README.md" license = "MIT" -repository = "https://git.alexwennerberg.com/nanohtml2text" +repository = "https://git.sr.ht/~aw/nanohtml2text" keywords = ["html", "text"] description = "A zero-dependency library to convert HTML to plain text" diff --git a/README b/README.md similarity index 100% rename from README rename to README.md