diff options
| author | Baptiste Jonglez | 2017-01-12 22:09:30 +0000 |
|---|---|---|
| committer | Baptiste Jonglez | 2017-01-12 22:09:30 +0000 |
| commit | ba5bffa6f43f112a1fb61a80259234e6ad2072bb (patch) | |
| tree | 7716da42380fea4fd5bfa7fb268eb9bef6a1b751 | |
| parent | 28fd777e5b45cf573c38f33b2dfc824e3b4e8d1c (diff) | |
| download | routing-ba5bffa6f43f112a1fb61a80259234e6ad2072bb.tar.gz | |
babeld: Add myself as maintainer
Also update my email address in the main MAINTAINERS file.
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
| -rw-r--r-- | MAINTAINERS | 2 | ||||
| -rw-r--r-- | babeld/Makefile | 3 |
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 |