diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile
index 4cd964fa58..0e54add6ba 100644
--- a/protocols/luci-proto-wireguard/Makefile
+++ b/protocols/luci-proto-wireguard/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
+# Copyright (C) 2016 Dan Luedtke <mail@danrl.com>
 #
 # 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 <mail@danrl.com>
+
 include ../../luci.mk
 
 # call BuildPackage - OpenWrt buildroot signature
-