aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-08 17:17:36 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-08 18:12:37 +0200
commit05330a1d31228d930d54f5422b6a9ff1542e5225 (patch)
treef592db4e57902e4462e8b19e485f3be8d6357381
parentb33efe3e0ef9d9d475f16719f5f28ce8e6a85f3e (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>
-rw-r--r--configure.ac2
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])