Richard W.M. Jones
2021-Mar-06 10:01 UTC
[Libguestfs] [PATCH nbdkit] rust: Update rust repository to point to new hosting on gitlab.
--- plugins/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rust/Cargo.toml b/plugins/rust/Cargo.toml index 202f4992..f7f65f97 100644 --- a/plugins/rust/Cargo.toml +++ b/plugins/rust/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alan Somers <asomers at gmail.com>"] license = "BSD-2-Clause" edition = "2018" readme = "README.md" -repository = "https://github.com/libguestfs/nbdkit" +repository = "https://gitlab.com/nbdkit/nbdkit" categories = ["api-bindings", "filesystem"] keywords = ["network-block-device", "nbd"] homepage = "http://libguestfs.org/" -- 2.29.0.rc2