Skip to content

Commit

Permalink
chore: update URLs in Cargo.toml files
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Feb 24, 2024
1 parent 888fe40 commit 307ba5e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions crates/byte/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
4 changes: 2 additions & 2 deletions crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions crates/jose/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
4 changes: 2 additions & 2 deletions crates/type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 307ba5e

Please sign in to comment.