diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-08-14 00:39:20 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-08-14 00:39:20 +0100 |
commit | c3e99748629805357bd176bca5186340981271da (patch) | |
tree | 017422cc92f1378cfda0cd3b20d6ead0a76c253c /admin/muninlite/Makefile | |
parent | c839c2119b0dc50e3c9ebb1da6641dc6aaafe058 (diff) |
muninlite,mtr,sslh,wavemon,xinetd: s/MAINTAINER/PKG_&/
Replace the MAINTAINER lines in packages that I maintain with
PKG_MAINTAINER lines, to be consistent with the rest of the packages
tree.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Diffstat (limited to 'admin/muninlite/Makefile')
-rw-r--r-- | admin/muninlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile index b65de1d10..b5f84251f 100644 --- a/admin/muninlite/Makefile +++ b/admin/muninlite/Makefile @@ -25,7 +25,7 @@ define Package/muninlite DEPENDS:=+xinetd TITLE:=Munin node implemented in shell URL:=http://sourceforge.net/projects/muninlite/ - MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> + PKG_MAINTAINER:=Jonathan McCrohan <jmccrohan@gmail.com> endef define Package/muninlite/Default/description |