diff options
author | Dan Lüdtke <mail@danrl.com> | 2016-11-15 20:22:18 +0100 |
---|---|---|
committer | danrl <mail@danrl.com> | 2016-11-15 21:43:09 +0100 |
commit | f9f4145bbddc4b46723bab3443eff4f8bdbc9216 (patch) | |
tree | 51cd8e7b59d66d2030ff1ba0e0d0f53e3dd4e8f2 /protocols | |
parent | 9caa982c1958057a41c8b0bead13095d3c58466f (diff) |
luci-proto-wireguard: added maintainer
Signed-off-by: Dan Lüdtke <mail@danrl.com>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 4cd964fa5..0e54add6b 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 - |