aboutsummaryrefslogtreecommitdiffstats
path: root/src/melon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/melon.c')
-rw-r--r--src/melon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/melon.c b/src/melon.c
index d1a08d1..cba0217 100644
--- a/src/melon.c
+++ b/src/melon.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, yzrh <yzrh@tuta.io>
+ * Copyright (c) 2020, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -17,7 +17,7 @@ int
main(int argc, char **argv, char **envp)
{
printf("Melon " VERSION "." RELEASE "." PATCH EXTRA "\n");
- printf("Copyright (c) 2020, yzrh <yzrh@tuta.io>\n\n");
+ printf("Copyright (c) 2020, yzrh <yzrh@noema.org>\n\n");
cnki_t *param = NULL;