diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-09-13 15:34:29 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-09-21 02:35:37 +0200 |
commit | 76381b7db0146bc78fe4ea09b98775bc5e37b5f1 (patch) | |
tree | 06766cb5da164d117d470e3b71e1d9aebf10f3fb /configure.ac | |
parent | 78f71fc2df35d4f0d259bb7a2591f7c61076ca12 (diff) | |
download | hardware_replicant_libsamsung-ipc-76381b7db0146bc78fe4ea09b98775bc5e37b5f1.tar.gz hardware_replicant_libsamsung-ipc-76381b7db0146bc78fe4ea09b98775bc5e37b5f1.tar.bz2 hardware_replicant_libsamsung-ipc-76381b7db0146bc78fe4ea09b98775bc5e37b5f1.zip |
Use the mailing list instead of the the private contact address.
Automake has support for test suites, and while trying to use that I ended
up with failing a test and it printed the following message:
======================================= [...]
See tools/test-suite.log
Please report to replicant@osuosl.org
======================================= [...]
As the contact address is only used for matters that cannot be made public,
it would be better to have the bug reported on the mailing list instead,
if testing is ever added in the future.
Other uses of the autotools might also make the private contact address
comes forward pushing users to write to this address for matters that
should be public instead.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 805438d..9665a96 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libsamsung-ipc], [0.6.0], [contact@replicant.us], [libsamsung-ipc]) +AC_INIT([libsamsung-ipc], [0.6.0], [replicant@osuosl.org], [libsamsung-ipc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects]) |