aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/resolveip
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-06-07 11:42:32 +0200
committerJo-Philipp Wich <jo@mein.io>2016-06-07 11:42:52 +0200
commit24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2 (patch)
tree233181b8b05eab8eef2841c0d28bab1c567c272d /package/network/utils/resolveip
parente61fe4e4d762eb3e00c43b6714a229835efc7ea5 (diff)
downloadupstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.tar.gz
upstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.tar.bz2
upstream-24a7ccb0562a867e363a10ebdc64e3aaa6f01cd2.zip
treewide: replace jow@openwrt.org with jo@mein.io
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/utils/resolveip')
-rw-r--r--package/network/utils/resolveip/Makefile2
-rw-r--r--package/network/utils/resolveip/src/resolveip.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/resolveip/Makefile b/package/network/utils/resolveip/Makefile
index 3243a80016..fc6da4e12f 100644
--- a/package/network/utils/resolveip/Makefile
+++ b/package/network/utils/resolveip/Makefile
@@ -17,7 +17,7 @@ define Package/resolveip
SECTION:=utils
CATEGORY:=Base system
TITLE:=Simple DNS resolver with configurable timeout
- MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+ MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
endef
define Package/resolveip/description
diff --git a/package/network/utils/resolveip/src/resolveip.c b/package/network/utils/resolveip/src/resolveip.c
index 43c5ae7f12..f7a918d0a2 100644
--- a/package/network/utils/resolveip/src/resolveip.c
+++ b/package/network/utils/resolveip/src/resolveip.c
@@ -1,6 +1,6 @@
/*
* Based on code found at https://dev.openwrt.org/ticket/4876 .
- * Extended by Jo-Philipp Wich <jow@openwrt.org> for use in OpenWrt.
+ * Extended by Jo-Philipp Wich <jo@mein.io> for use in OpenWrt.
*
* You may use this program under the terms of the GPLv2 license.
*/