diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 18:08:34 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-30 18:08:34 +0200 |
commit | 764955e2d4f2a5e8d6d6fec63af694f799e050e7 (patch) | |
tree | c255dde7ca1e23c53f3389f55dae967cbc67eeea /dos/config.h | |
parent | Build: Add string_conversion.c to CMake, DOS, and VS files. (diff) | |
download | xz-764955e2d4f2a5e8d6d6fec63af694f799e050e7.tar.xz |
Change the bug report address.
It forwards to me and Jia Tan.
Also update the IRC reference in README as #tukaani was moved
to Libera Chat long ago.
Diffstat (limited to 'dos/config.h')
-rw-r--r-- | dos/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/config.h b/dos/config.h index 371baa44..67b72f8f 100644 --- a/dos/config.h +++ b/dos/config.h @@ -137,7 +137,7 @@ #define NDEBUG 1 /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" +#define PACKAGE_BUGREPORT "xz@tukaani.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "XZ Utils" |