From 307ba5e4b14a3745ea70835110b89081cb60e17e Mon Sep 17 00:00:00 2001 From: Richard Zak Date: Sat, 24 Feb 2024 11:20:54 -0500 Subject: [PATCH] chore: update URLs in Cargo.toml files Signed-off-by: Richard Zak --- Cargo.toml | 4 ++-- crates/byte/Cargo.toml | 4 ++-- crates/client/Cargo.toml | 4 ++-- crates/jose/Cargo.toml | 4 ++-- crates/server/Cargo.toml | 4 ++-- crates/type/Cargo.toml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5555b14..3939b0e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.4.1" authors = ["Profian Inc"] edition = "2021" license = "Apache-2.0" -homepage = "https://github.com/profianinc/drawbridge" -repository = "https://github.com/profianinc/drawbridge" +homepage = "https://github.com/enarx/drawbridge" +repository = "https://github.com/enarx/drawbridge" description = "Drawbridge library." keywords = ["drawbridge"] diff --git a/crates/byte/Cargo.toml b/crates/byte/Cargo.toml index 602268e1..484d6034 100644 --- a/crates/byte/Cargo.toml +++ b/crates/byte/Cargo.toml @@ -4,8 +4,8 @@ version = "0.4.0" authors = ["Profian Inc"] edition = "2021" license = "Apache-2.0" -homepage = "https://github.com/profianinc/drawbridge" -repository = "https://github.com/profianinc/drawbridge" +homepage = "https://github.com/enarx/drawbridge" +repository = "https://github.com/enarx/drawbridge" description = "Utilities for working with contiguous arrays of bytes and easy conversions to and from Base64 representations in string contexts." keywords = ["drawbridge", "base64"] categories = [ "no-std" ] diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index e17f39b1..d49ff4c2 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -4,8 +4,8 @@ version = "0.4.1" authors = ["Profian Inc"] edition = "2021" license = "Apache-2.0" -homepage = "https://github.com/profianinc/drawbridge" -repository = "https://github.com/profianinc/drawbridge" +homepage = "https://github.com/enarx/drawbridge" +repository = "https://github.com/enarx/drawbridge" description = "Client library for interacting with the Drawbridge." keywords = ["drawbridge"] diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index f464614f..7f159821 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -4,8 +4,8 @@ version = "0.4.0" authors = ["Profian Inc"] edition = "2021" license = "Apache-2.0" -homepage = "https://github.com/profianinc/drawbridge" -repository = "https://github.com/profianinc/drawbridge" +homepage = "https://github.com/enarx/drawbridge" +repository = "https://github.com/enarx/drawbridge" description = "JOSE implementation" keywords = ["drawbridge"] diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index edd4d8b7..b122f903 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -4,8 +4,8 @@ version = "0.4.0" authors = ["Profian Inc"] edition = "2021" license = "Apache-2.0" -homepage = "https://github.com/profianinc/drawbridge" -repository = "https://github.com/profianinc/drawbridge" +homepage = "https://github.com/enarx/drawbridge" +repository = "https://github.com/enarx/drawbridge" description = "Drawbridge server application." keywords = ["drawbridge"] diff --git a/crates/type/Cargo.toml b/crates/type/Cargo.toml index da6c1752..afbfd918 100644 --- a/crates/type/Cargo.toml +++ b/crates/type/Cargo.toml @@ -4,8 +4,8 @@ version = "0.4.1" authors = ["Profian Inc"] edition = "2021" license = "Apache-2.0" -homepage = "https://github.com/profianinc/drawbridge" -repository = "https://github.com/profianinc/drawbridge" +homepage = "https://github.com/enarx/drawbridge" +repository = "https://github.com/enarx/drawbridge" description = "Drawbridge type definitions." keywords = ["drawbridge"]