packages: libs/firewall-mod-save: Moved maintainer variable where it belongs.
authorDaniel Dickinson <crazycshore@gmail.com>
Wed, 5 May 2010 09:08:50 +0000 (09:08 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Wed, 5 May 2010 09:08:50 +0000 (09:08 +0000)
SVN-Revision: 21375

libs/firewall-mod-save/Makefile

index ab5db3ff656167f3a641ab1344b4f345069192f2..e3589664abeb2e41397515733ec4327915a95ecb 100644 (file)
@@ -11,7 +11,6 @@ include $(INCLUDE_DIR)/kernel.mk
 PKG_NAME:=firewall-mod-save
 PKG_VERSION:=1.0
 PKG_RELEASE:=2
-MAINTAINER:=Daniel Dickinson <cshore@csolve.net>
 
 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 <cshore@csolve.net>
 endef
 
 define Package/firewall-mod-save