Browse Source

php5: fix the two different maintainer fields into one (fixes #1688)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold 9 years ago
parent
commit
6c16269240
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      lang/php5/Makefile

+ 1
- 2
lang/php5/Makefile View File

@@ -11,7 +11,7 @@ PKG_NAME:=php
11 11
 PKG_VERSION:=5.6.12
12 12
 PKG_RELEASE:=1
13 13
 
14
-PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
14
+PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>, Michael Heimpold <mhei@heimpold.de>
15 15
 
16 16
 PKG_LICENSE:=PHPv3.01
17 17
 PKG_LICENSE_FILES:=LICENSE
@@ -55,7 +55,6 @@ define Package/php5/Default
55 55
   CATEGORY:=Languages
56 56
   TITLE:=PHP5 Hypertext preprocessor
57 57
   URL:=http://www.php.net/
58
-  MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
59 58
   DEPENDS:=php5
60 59
 endef
61 60