Skip to content

Commit

Permalink
ceviche-rs: fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Mar 14, 2024
1 parent cab50aa commit c5dc5b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "ceviche"
version = "0.6.0"
edition = "2021"
license = "MIT/Apache-2.0"
homepage = "https://github.com/wayk/ceviche-rs"
repository = "https://github.com/wayk/ceviche-rs"
homepage = "https://github.com/devolutions/ceviche-rs"
repository = "https://github.com/devolutions/ceviche-rs"
authors = ["Marc-André Moreau <[email protected]>", "Sébastien Duquette <[email protected]>", "Richard Markiewicz <[email protected]>"]
keywords = ["daemon", "service"]
description = "Rust daemon/service wrapper"
Expand Down
4 changes: 2 additions & 2 deletions examples/foobar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "foobar_service"
version = "0.1.0"
edition = "2021"
license = "MIT/Apache-2.0"
homepage = "https://github.com/wayk/ceviche-rs"
repository = "https://github.com/wayk/ceviche-rs"
homepage = "https://github.com/devolutions/ceviche-rs"
repository = "https://github.com/devolutions/ceviche-rs"
authors = ["Marc-André Moreau <[email protected]>"]
keywords = ["daemon", "service"]
description = "Rust daemon/service wrapper"
Expand Down

0 comments on commit c5dc5b0

Please sign in to comment.