summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2021-01-14 11:35:06 -0500
committerSam Tay <sam.chong.tay@gmail.com>2021-01-14 11:35:06 -0500
commit277999eac3a1a6bbf220540d722709124117006f (patch)
treed69ee055e2f8fcaea19519de92cbd713908a26e9
parenta1eba2420ea4a04dad52744e6c9701254851f382 (diff)
Update email address
-rw-r--r--Cargo.toml2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59905f2..cf1ec03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ homepage = "https://github.com/samtay/so"
repository = "https://github.com/samtay/so"
keywords = ["cli", "tui", "stackoverflow", "stackexchange"]
categories = ["command-line-utilities"]
-authors = ["Sam Tay <sam.chong.tay@gmail.com>"]
+authors = ["Sam Tay <sam.chong.tay@pm.me>"]
edition = "2018"
[badges]
diff --git a/appveyor.yml b/appveyor.yml
index dc1c336..d5eeeb6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,7 +65,7 @@ branches:
notifications:
- provider: Email
to:
- - sam.chong.tay@gmail.com
+ - sam.chong.tay@pm.me
on_build_success: false
# Building is done in the test phase, so we disable Appveyor's build phase.