summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/lua/Makefile1
-rw-r--r--package/network/utils/resolveip/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index 96fa57eaa..53acdde9f 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -29,6 +29,7 @@ define Package/lua/Default
CATEGORY:=Languages
TITLE:=Lua programming language
URL:=http://www.lua.org/
+ MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
endef
define Package/lua/Default/description
diff --git a/package/network/utils/resolveip/Makefile b/package/network/utils/resolveip/Makefile
index 6ab04e162..4b3e3d4da 100644
--- a/package/network/utils/resolveip/Makefile
+++ b/package/network/utils/resolveip/Makefile
@@ -16,6 +16,7 @@ define Package/resolveip
SECTION:=utils
CATEGORY:=Base system
TITLE:=Simple DNS resolver with configurable timeout
+ MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
endef
define Package/resolveip/description