10000 ndppd: update MAINTAINER info by Red54 · Pull Request #1087 · openwrt/routing · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ndppd: update MAINTAINER info #1087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter 8000

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Saverio Proto <zioproto@gmail.com>
Simon Wunderlich <sw@simonwunderlich.de>
Steven Barth <steven@midlink.org>
Vasilis "acinonyx" Tsiligiannis <acinonyx@openwrt.gr>
谢致邦 (XIE Zhibang) <Yeking@Red54.com>
2 changes: 1 addition & 1 deletion ndppd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define Package/ndppd
CATEGORY:=Network
TITLE:=NDP Proxy Daemon
URL:=http://www.priv.nu/projects/ndppd/
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not exactly described in the commit description.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found 6 commits that modified MAINTAINER, the most recent 3 did not have this description, the oldest 3 did:

c470bff (bird1-openwrt: change maintainer for bird1-ipv6-openwrt, 2022-12-01)

a1d9719 (bird1-openwrt: change maintainer for bird1-ipv4-openwrt, 2022-12-01)

79a4543 (cjdns: luci-app-cjdns: update maintainer (#524), 2019-11-03)

64cb90b (batctl: Change maintainer to Simon Wunderlich, 2017-01-23)

5e6eede (batman-adv: Change maintainer to Simon Wunderlich, 2017-01-23)

d35111f (batmand: Replace maintainer with Elektra, 2017-01-18)

So now the rule is changed back to 2017, right?

@BKPepe @mwarning

MAINTAINER:=谢致邦 (XIE Zhibang) <Yeking@Red54.com>
DEPENDS:=@IPV6 +libstdcpp
endef

Expand Down
Loading
0