diff --git a/main.c b/main.c
index 6c62f4a..041c00a 100644
--- a/main.c
+++ b/main.c
@@ -20,7 +20,7 @@ WITH REGARD TO THIS SOFTWARE.
#define NAME "nilFM"
#define DOMAIN "https://nilfm.cc"
#define ABOUT "Derek Stevens <"\
- "drkste@zoho.com>
"\
+ "nilix@nilfm.cc>
"\
"artist, programmer, philosopher
"\
"verify my signature: signing public key
"\
"send me an encrypted message: encrypted public key"
@@ -104,6 +104,7 @@ int gettwtxt(FILE* f) {
scat(buf, "
");
i++;
}
+ scat(buf, "see all");
scat(buf, "");
fputs(buf, f);
return 1;
@@ -322,7 +323,7 @@ int fpfooter(FILE* f, char* name, char* path) {
if (!ismetanav(name)) {
fpedited(f, path);
fputs(
- "contact: drkste@zoho.com ",
+ "contact: nilix@nilfm.cc ",
f);
fputs("(keys)
", f);
}