From a1d97192f88bebdb03f035f53c8e6a80286afd76 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 1 Dec 2022 20:09:44 +0100 Subject: [PATCH] bird1-openwrt: change maintainer for bird1-ipv4-openwrt Signed-off-by: Moritz Warning --- bird1-openwrt/bird1-ipv4-openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bird1-openwrt/bird1-ipv4-openwrt/Makefile b/bird1-openwrt/bird1-ipv4-openwrt/Makefile index 6959b08..9cb399d 100644 --- a/bird1-openwrt/bird1-ipv4-openwrt/Makefile +++ b/bird1-openwrt/bird1-ipv4-openwrt/Makefile @@ -39,7 +39,7 @@ define Package/$(uci) SECTION:=net CATEGORY:=Network SUBMENU:=Routing and Redirection - MAINTAINER:=Eloi Carbo + MAINTAINER:=Roger Pueyo Centelles URL:=https://github.com/eloicaso/bird-openwrt/ DEPENDS:=+$(BIRD_PKG) +libuci +uci endef @@ -82,7 +82,7 @@ define Package/$(luci) SECTION:=luci CATEGORY:=LuCI SUBMENU:=3. Applications - MAINTAINER:=Eloi Carbo + MAINTAINER:=Roger Pueyo Centelles URL:=https://github.com/eloicaso/bird-openwrt/ DEPENDS:=+$(BIRD_PKG)-uci +luci-base +luci-compat endef