diff options
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3d6ce5b..91ab103 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,3 +1,7 @@ +Paul Kocialkowski +E-Mail: contact@paulk.fr +Userid: paulk + Simon Busch E-Mail: morphis@gravedo.de Userid: morphis diff --git a/configure.ac b/configure.ac index a955016..f6bd866 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libsamsung-ipc], [0.2.0], [smartphones-userland@linuxtogo.org], [libsamsung-ipc]) +AC_INIT([libsamsung-ipc], [0.2.0], [contact@replicant.us], [libsamsung-ipc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects]) |