summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-11-30 18:08:34 +0200
committerLasse Collin <lasse.collin@tukaani.org>2022-11-30 18:08:34 +0200
commit764955e2d4f2a5e8d6d6fec63af694f799e050e7 (patch)
treec255dde7ca1e23c53f3389f55dae967cbc67eeea
parentc21983c76031e01da01ad3c6cc716fe4b8a75070 (diff)
downloadxz-764955e2d4f2a5e8d6d6fec63af694f799e050e7.tar.gz
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.
-rw-r--r--CMakeLists.txt2
-rw-r--r--README11
-rw-r--r--configure.ac2
-rw-r--r--dos/config.h2
-rw-r--r--windows/README-Windows.txt2
5 files changed, 9 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11871f0..01c73cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,7 +79,7 @@ set(CMAKE_MACOSX_BUNDLE OFF)
add_compile_definitions(
# Package info:
PACKAGE_NAME="XZ Utils"
- PACKAGE_BUGREPORT="lasse.collin@tukaani.org"
+ PACKAGE_BUGREPORT="xz@tukaani.org"
PACKAGE_URL="https://tukaani.org/xz/"
# Features:
diff --git a/README b/README
index 8cd07ba..b9081ed 100644
--- a/README
+++ b/README
@@ -294,11 +294,10 @@ XZ Utils
----------------------
If you have questions, bug reports, patches etc. related to XZ Utils,
- contact Lasse Collin <lasse.collin@tukaani.org> (in Finnish or English).
- I'm sometimes slow at replying. If you haven't got a reply within two
- weeks, assume that your email has got lost and resend it or use IRC.
+ the project maintainers Lasse Collin and Jia Tan can be reached via
+ <xz@tukaani.org>.
- You can find me also from #tukaani on Freenode; my nick is Larhzu.
- The channel tends to be pretty quiet, so just ask your question and
- someone may wake up.
+ You might find Lasse also from #tukaani on Libera Chat (IRC).
+ The nick is Larhzu. The channel tends to be pretty quiet,
+ so just ask your question and someone might wake up.
diff --git a/configure.ac b/configure.ac
index 30ed89a..7c77215 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
AC_PREREQ([2.69])
AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
- [lasse.collin@tukaani.org], [xz], [https://tukaani.org/xz/])
+ [xz@tukaani.org], [xz], [https://tukaani.org/xz/])
AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/dos/config.h b/dos/config.h
index 371baa4..67b72f8 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"
diff --git a/windows/README-Windows.txt b/windows/README-Windows.txt
index 85ee3a0..83f902e 100644
--- a/windows/README-Windows.txt
+++ b/windows/README-Windows.txt
@@ -118,5 +118,5 @@ Other compilers
Reporting bugs
--------------
- Report bugs to <lasse.collin@tukaani.org> (in English or Finnish).
+ Report bugs to <xz@tukaani.org>.