diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-08 17:17:36 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-08 18:12:37 +0200 |
commit | 05330a1d31228d930d54f5422b6a9ff1542e5225 (patch) | |
tree | f592db4e57902e4462e8b19e485f3be8d6357381 /configure.ac | |
parent | b33efe3e0ef9d9d475f16719f5f28ce8e6a85f3e (diff) |
Replace e-mail addressv0.1
I did this in my spare time, so replace the company address with
the infraroot.at address.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
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 243b9ae..4971e11 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([squashfs-tools-ng], [0.1], [goliath@sigma-star.at], squashfs-tools-ng) +AC_INIT([squashfs-tools-ng], [0.1], [goliath@infraroot.at], squashfs-tools-ng) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_SILENT_RULES([yes]) |