aboutsummaryrefslogtreecommitdiffstats
path: root/src/autopasswd.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-06 21:44:25 +0200
committerMattias Andrée <m@maandree.se>2024-10-06 21:44:30 +0200
commitdc291864189b9f83d5e7d044ac3464f8497b4b36 (patch)
tree7c1d66028d5e430a03f503dafc4eda071ad2f872 /src/autopasswd.c
parentRemove dist (diff)
downloadautopasswd-dc291864189b9f83d5e7d044ac3464f8497b4b36.tar.gz
autopasswd-dc291864189b9f83d5e7d044ac3464f8497b4b36.tar.bz2
autopasswd-dc291864189b9f83d5e7d044ac3464f8497b4b36.tar.xz
Update e-mail and urlsHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--src/autopasswd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autopasswd.c b/src/autopasswd.c
index c82f475..f03fa49 100644
--- a/src/autopasswd.c
+++ b/src/autopasswd.c
@@ -1,7 +1,7 @@
/**
* autopasswd – Reproducable password generator
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014 Mattias Andrée (m@maandree.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -206,7 +206,7 @@ static int parse_cmdline(int argc, char* argv[], libkeccak_generalised_spec_t* g
{
printf("autopasswd – Reproducable password generator\n");
printf("\n");
- printf("Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)\n");
+ printf("Copyright © 2014 Mattias Andrée (m@maandree.se)\n");
printf("\n");
printf("This program is free software: you can redistribute it and/or modify\n");
printf("it under the terms of the GNU Affero General Public License as published by\n");