From: cshore Date: Wed, 5 May 2010 09:08:50 +0000 (+0000) Subject: packages: libs/firewall-mod-save: Moved maintainer variable where it belongs. X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=031212daeb37ceeb8444c6c51aeebdd495cc39e1;p=packages.git packages: libs/firewall-mod-save: Moved maintainer variable where it belongs. git-svn-id: svn://svn.openwrt.org/openwrt/packages@21375 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/firewall-mod-save/Makefile b/libs/firewall-mod-save/Makefile index ab5db3ff6..e3589664a 100644 --- a/libs/firewall-mod-save/Makefile +++ b/libs/firewall-mod-save/Makefile @@ -11,7 +11,6 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=firewall-mod-save PKG_VERSION:=1.0 PKG_RELEASE:=2 -MAINTAINER:=Daniel Dickinson PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -21,6 +20,7 @@ define Package/firewall-mod-save/Default SECTION:=libs CATEGORY:=Libraries TITLE:=Preserve dynamic chains during firewall restart + MAINTAINER:=Daniel Dickinson endef define Package/firewall-mod-save