luci-proto-wireguard: added maintainer
authorDan Lüdtke <[email protected]>
Tue, 15 Nov 2016 19:22:18 +0000 (20:22 +0100)
committerdanrl <[email protected]>
Tue, 15 Nov 2016 20:43:09 +0000 (21:43 +0100)
Signed-off-by: Dan Lüdtke <[email protected]>
protocols/luci-proto-wireguard/Makefile

index 4cd964fa58e463d85fcaecc02136e2ac859ae009..0e54add6ba82ffde802f36e070a6eeb18eb4b4b0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2014 The LuCI Team <[email protected]>
+# Copyright (C) 2016 Dan Luedtke <[email protected]>
 #
 # This is free software, licensed under the Apache License, Version 2.0 .
 #
@@ -9,7 +9,8 @@ include $(TOPDIR)/rules.mk
 LUCI_TITLE:=Support for WireGuard VPN
 LUCI_DEPENDS:=+wireguard
 
+PKG_MAINTAINER:=Dan Luedtke <[email protected]>
+
 include ../../luci.mk
 
 # call BuildPackage - OpenWrt buildroot signature
-