From d79338589d33f9503534ec4eff3845bf68288768 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:42:25 -0600 Subject: [PATCH] Update e-mail addresses --- README.txt | 2 +- person2vcard | 2 +- vcard2person | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index b6fa612..79a60db 100644 --- a/README.txt +++ b/README.txt @@ -47,5 +47,5 @@ a META:group (X-ANDROID-CUSTOM:vnd.android.cursor.item). -------------------- BORING STUFF -------------------- -Author: Jaidyn Ann +Author: Jaidyn Ann License: CC0 diff --git a/person2vcard b/person2vcard index 9c82ceb..ee90070 100755 --- a/person2vcard +++ b/person2vcard @@ -3,7 +3,7 @@ # PERSON2VCARD # simple script for convertining a person # into a vcard. -# CC0, jadedctrl@teknik.io +# CC0, jadedctrl@posteo.at # -------------------------------------- # PERSON INPUT diff --git a/vcard2person b/vcard2person index 03b9aa2..8f6afd5 100755 --- a/vcard2person +++ b/vcard2person @@ -3,7 +3,7 @@ # VCARD2PERSON # simple script for convertining a vcard # into a haiku person file. -# CC0, jadedctrl@teknik.io +# CC0, jadedctrl@posteo.at # --------------------------------------