From dc291864189b9f83d5e7d044ac3464f8497b4b36 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 6 Oct 2024 21:44:25 +0200 Subject: Update e-mail and urls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- COPYING | 2 +- DEPENDENCIES | 12 ++++++------ src/autopasswd.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/COPYING b/COPYING index 9f056f2..3f39eaa 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ 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 diff --git a/DEPENDENCIES b/DEPENDENCIES index a7679aa..56dda49 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,16 +1,16 @@ RUNTIME DEPENDENCIES: - libpassphrase https://github.com/GNU-Pony/libpassphrase - argparser-c https://github.com/maandree/argparser - libkeccak https://github.com/maandree/libkeccak + libpassphrase https://codeberg.org/maandree/libpassphrase + argparser-c https://codeberg.org/maandree/argparser + libkeccak https://codeberg.org/maandree/libkeccak libc BUILD DEPENDENCIES: - libpassphrase https://github.com/GNU-Pony/libpassphrase - argparser-c https://github.com/maandree/argparser - libkeccak https://github.com/maandree/libkeccak + libpassphrase https://codeberg.org/maandree/libpassphrase + argparser-c https://codeberg.org/maandree/argparser + libkeccak https://codeberg.org/maandree/libkeccak libc gcc make 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"); -- cgit v1.2.3-70-g09d2