Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cjdns
diff options
context:
space:
mode:
authorWilliam Fleurant <meshnet@protonmail.com>2019-11-03 20:57:42 +0300
committerGitHub <noreply@github.com>2019-11-03 20:57:42 +0300
commit79a4543cf047b143e9c7df6f78aadd6803c35953 (patch)
tree7453c80238b328cef02186b7874652ed3838c08d /cjdns
parentf75b19d42fa43502b1f247e233016f362a8e406d (diff)
cjdns: luci-app-cjdns: update maintainer (#524)
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Diffstat (limited to 'cjdns')
-rw-r--r--cjdns/Makefile2
1 files changed, 1 insertions, 1 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 <larsg@systemli.org>
+ MAINTAINER:=William Fleurant <meshnet@protonmail.com>
DEPENDS:=@!arc @IPV6 +kmod-tun +libnl-tiny +libpthread +librt \
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
endef