Skip to content

Commit

Permalink
chore: update emails to [email protected] (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored May 21, 2024
1 parent e349ee0 commit fbf42ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/deployments/link/link.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "link",
"version": "0.1.0",
"authors": [
"Use Ink <ink@r0gue.io>"
"Use Ink <ink@use.ink>"
]
},
"image": null,
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/link/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "link"
version = "0.1.0"
authors = ["Use Ink <ink@r0gue.io>"]
authors = ["Use Ink <ink@use.ink>"]
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "link",
"homepage": "https://tiny.ink/",
"author": "Use Ink <ink@r0gue.io>",
"author": "Use Ink <ink@use.ink>",
"private": true,
"workspaces": [
"frontend",
Expand Down

0 comments on commit fbf42ae

Please sign in to comment.