summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzorun2017-01-12 22:12:01 +0000
committerGitHub2017-01-12 22:12:01 +0000
commit6e134b104414dd656c986152aace8f4731f871b8 (patch)
tree7716da42380fea4fd5bfa7fb268eb9bef6a1b751
parent28fd777e5b45cf573c38f33b2dfc824e3b4e8d1c (diff)
parentba5bffa6f43f112a1fb61a80259234e6ad2072bb (diff)
downloadrouting-6e134b104414dd656c986152aace8f4731f871b8.tar.gz
Merge pull request #252 from zorun/babeld_maintainer
babeld: Add myself as maintainer
-rw-r--r--MAINTAINERS2
-rw-r--r--babeld/Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2f2385a..1892327 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8,7 +8,7 @@
# use alphabetical order when updating the list.
Axel "axn" Neumann <neumann@cgws.de>
-Baptiste Jonglez <bjonglez@illyse.org>
+Baptiste Jonglez <openwrt-pkg@bitsofnetworks.org>
Bastian Bittorf <bittorf@bluebottle.com>
Corinna "Elektra" Aichele <onelektra@gmx.net>
Gabriel Kerneis <gabriel@kerneis.info>
diff --git a/babeld/Makefile b/babeld/Makefile
index 45d8ba7..2632392 100644
--- a/babeld/Makefile
+++ b/babeld/Makefile
@@ -24,7 +24,8 @@ define Package/babeld
SUBMENU:=Routing and Redirection
TITLE:=A loop-free distance-vector routing protocol
URL:=https://www.irif.fr/~jch/software/babel/
- MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
+ MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>, \
+ Baptiste Jonglez <openwrt-pkg@bitsofnetworks.org>
DEPENDS:=@IPV6
endef