diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b9fe7aa..470f179 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. #AC_PREREQ([2.65]) -AC_INIT([pa-sink-ctl], [2], [web2p10@wemelug.de]) +AC_INIT([pa-sink-ctl], [2], [benjaminfranzke@googlemail.com]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) AM_SILENT_RULES([yes]) |