changeset 537:320a736a5a7a

Set correct repository URL
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 27 Jul 2021 09:56:05 +0200
parents 8e946f23a307
children 6887e24fd83f
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Feb 11 12:02:08 2021 +0100
+++ b/Cargo.toml	Tue Jul 27 09:56:05 2021 +0200
@@ -4,7 +4,7 @@
 authors = ["Lewin Bormann <lbo@spheniscida.de>"]
 description = "A compatible re-implementation of LevelDB in Rust"
 homepage = "https://github.com/dermesser/leveldb-rs"
-repository = "https://borgac.net/lbo/hg/"
+repository = "https://github.com/dermesser/leveldb-rs"
 readme = "README.md"
 keywords = ["LevelDB", "key-value", "database", "SSTable", "Google"]
 license = "MIT"