From: Michael Heimpold Date: Fri, 21 Aug 2015 20:32:24 +0000 (+0200) Subject: php5: fix the two different maintainer fields into one (fixes #1688) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6c162692401adf2cd9aa47dcb74336dcbddb1324;p=feed%2Fpackages.git php5: fix the two different maintainer fields into one (fixes #1688) Signed-off-by: Michael Heimpold --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index dee218c5a0..0be18c6844 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=php PKG_VERSION:=5.6.12 PKG_RELEASE:=1 -PKG_MAINTAINER:=W. Michael Petullo +PKG_MAINTAINER:=W. Michael Petullo , Michael Heimpold 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 DEPENDS:=php5 endef