update copyright dates
diff --git a/src/main.c b/src/main.c
index d607e4c..8641aba 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,7 @@
static void version() {
fprintf(stdout, "bzip3 " VERSION
"\n"
- "Copyright (C) by Kamila Szewczyk, 2022-2023.\n"
+ "Copyright (C) by Kamila Szewczyk, 2022-2025.\n"
"License: GNU Lesser GPL version 3 <https://www.gnu.org/licenses/lgpl-3.0.en.html>\n");
}
@@ -71,7 +71,7 @@ static void help() {
" -j N, --jobs=N set the amount of parallel threads\n"
#endif
"\n"
- "Report bugs to: https://github.com/kspalaiologos/bzip3\n");
+ "Report bugs to: https://github.com/iczelia/bzip3\n");
}
static void xwrite(const void * data, size_t size, size_t len, FILE * des) {
