From cbea1efbc061bfcecc71a9c43f9a82f5dfeb78c9 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 23 Feb 2025 23:21:23 +0100 Subject: [PATCH] vcs: Update user commit signing email Changed to my more up-to-date main method of contact. --- vcs/git/config/git/config | 2 +- vcs/jj/config/jj/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vcs/git/config/git/config b/vcs/git/config/git/config index 6164279..2135a29 100644 --- a/vcs/git/config/git/config +++ b/vcs/git/config/git/config @@ -1,5 +1,5 @@ [user] - email = marty.oehme@gmail.com + email = contact@martyoeh.me name = Marty Oehme signingkey = 73BA40D5AFAF49C9 [init] diff --git a/vcs/jj/config/jj/config.toml b/vcs/jj/config/jj/config.toml index 520db74..3b87200 100644 --- a/vcs/jj/config/jj/config.toml +++ b/vcs/jj/config/jj/config.toml @@ -1,5 +1,5 @@ [user] -email = "marty.oehme@gmail.com" +email = "contact@martyoeh.me" name = "Marty Oehme" [signing]