Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2017-03-24 12:15:18 +0300
committerIdan Freiberg <speidy@gmail.com>2017-03-24 12:34:32 +0300
commitb051aba3ed52c5cb1b4a747d73aa063b5f8d9f1b (patch)
treeb20627a9e9d11d16dfc42a9d590f3debb008f43a
parent883fb83b24c810a78b69320e8a8c13f1ced8c916 (diff)
Change email address to mailing list
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc98e40..4d85b01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.59)
-AC_INIT([rfxcodec], [0.1.0], [jay.sorg@gmail.com])
+AC_INIT([rfxcodec], [0.1.0], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.6 foreign])
AC_CONFIG_MACRO_DIR([m4])