cjdns: luci-app-cjdns: update maintainer (#524)
[feed/routing.git] / luci-app-cjdns / Makefile
index 34f18c99f99eabb6f95c5fce65b3c387fb4515f2..846910f035b6a9d746b3eb34e1046684f9a14fb6 100644 (file)
@@ -1,8 +1,24 @@
+#
+# Copyright (C) 2014,2018 Hyperboria.net
+#
+# You may redistribute this program and/or modify it under the terms of
+# the GNU General Public License as published by the Free Software Foundation,
+# either version 3 of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=luci-app-cjdns
 PKG_VERSION:=1.3
-PKG_RELEASE:=4
+PKG_RELEASE:=6
 
 PKG_LICENSE:=GPL-3.0
 
@@ -13,8 +29,8 @@ define Package/luci-app-cjdns
        CATEGORY:=LuCI
        SUBMENU:=3. Applications
        TITLE:=Encrypted near-zero-conf mesh routing protocol
-       URL:=https://github.com/hyperboria/cjdns
-       MAINTAINER:=Lars Gierth <larsg@systemli.org>
+       URL:=https://github.com/cjdelisle/cjdns
+       MAINTAINER:=William Fleurant <meshnet@protonmail.com>
        DEPENDS:=+cjdns +luci-base
 endef