changeset 497:0d93c476675f

Cargo.toml: Fix repository/homepage links
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 06 Oct 2019 11:19:30 +0200
parents 6ee8f9d6116e
children 8f1a6f7da79d
files Cargo.toml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sun Oct 06 11:17:56 2019 +0200
+++ b/Cargo.toml	Sun Oct 06 11:19:30 2019 +0200
@@ -3,7 +3,8 @@
 version = "0.2.7"
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
-repository = "https://bitbucket.org/dermesser/leveldb-rs"
+homepage = "https://github.com/dermesser/leveldb-rs"
+repository = "https://borgac.net/lbo/hg/"
 readme = "README.md"
 keywords = ["LevelDB", "key-value", "database", "SSTable", "Google"]
 license = "MIT"