php5: fix the two different maintainer fields into one (fixes #1688)
authorMichael Heimpold <[email protected]>
Fri, 21 Aug 2015 20:32:24 +0000 (22:32 +0200)
committerMichael Heimpold <[email protected]>
Fri, 21 Aug 2015 20:32:24 +0000 (22:32 +0200)
Signed-off-by: Michael Heimpold <[email protected]>
lang/php5/Makefile

index dee218c5a0770bcf16342805d6df244c87e6a3da..0be18c68442fdc7f5949b3a39df576676e9b3359 100644 (file)
@@ -11,7 +11,7 @@ PKG_NAME:=php
 PKG_VERSION:=5.6.12
 PKG_RELEASE:=1
 
-PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
+PKG_MAINTAINER:=W. Michael Petullo <[email protected]>, Michael Heimpold <[email protected]>
 
 PKG_LICENSE:=PHPv3.01
 PKG_LICENSE_FILES:=LICENSE
@@ -55,7 +55,6 @@ define Package/php5/Default
   CATEGORY:=Languages
   TITLE:=PHP5 Hypertext preprocessor
   URL:=http://www.php.net/
-  MAINTAINER:=Michael Heimpold <[email protected]>
   DEPENDS:=php5
 endef