From 79a4543cf047b143e9c7df6f78aadd6803c35953 Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Sun, 3 Nov 2019 12:57:42 -0500 Subject: [PATCH] cjdns: luci-app-cjdns: update maintainer (#524) Signed-off-by: William Fleurant --- cjdns/Makefile | 2 +- luci-app-cjdns/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cjdns/Makefile b/cjdns/Makefile index 267c4af..2674c45 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -37,7 +37,7 @@ define Package/cjdns SUBMENU:=Routing and Redirection TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/cjdelisle/cjdns - MAINTAINER:=Lars Gierth + MAINTAINER:=William Fleurant DEPENDS:=@!arc @IPV6 +kmod-tun +libnl-tiny +libpthread +librt \ +libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2 endef diff --git a/luci-app-cjdns/Makefile b/luci-app-cjdns/Makefile index 9c92151..846910f 100644 --- a/luci-app-cjdns/Makefile +++ b/luci-app-cjdns/Makefile @@ -30,7 +30,7 @@ define Package/luci-app-cjdns SUBMENU:=3. Applications TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/cjdelisle/cjdns - MAINTAINER:=Lars Gierth + MAINTAINER:=William Fleurant DEPENDS:=+cjdns +luci-base endef