From 02e088d6a931e12f3bb18b977acc672f89044bec Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 13 Jul 2023 14:17:53 +0200 Subject: [PATCH] Update repository link in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c324d3..2779444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ authors = ["Ivan Enderlin "] description = "Matrix encryption library, for NodeJS" edition = "2021" -homepage = "https://github.com/matrix-org/matrix-rust-sdk" +homepage = "https://github.com/matrix-org/matrix-rust-sdk-nodejs" keywords = ["matrix", "chat", "messaging", "ruma", "nio"] license = "Apache-2.0" name = "matrix-sdk-crypto-nodejs" readme = "README.md" -repository = "https://github.com/matrix-org/matrix-rust-sdk" +repository = "https://github.com/matrix-org/matrix-rust-sdk-nodejs" rust-version = "1.70" version = "0.6.0"