diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update-po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-po b/tools/update-po index 8954afa..5e5471e 100755 --- a/tools/update-po +++ b/tools/update-po @@ -7,7 +7,7 @@ if [ "$1" = "--check-only" ]; then exit 0 fi -export MY_EMAIL="Andreas Mair <andreas@vdr-developer.org>" +export MY_EMAIL="Andreas Mair <amair.sob@googlemail.com>" export VERSION="$(grep "^my \$VERSION = " vdradmind.pl | sed -e 's#.*\"\(.*\)\".*#\1#')" export PACKAGE="VDRAdmin-AM" |