Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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 <[email protected]>
Simon Wunderlich <[email protected]>
Steven Barth <[email protected]>
Vasilis "acinonyx" Tsiligiannis <[email protected]>
谢致邦 (XIE Zhibang) <[email protected]>
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 <[email protected]>
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) <[email protected]>
DEPENDS:=@IPV6 +libstdcpp
endef

Expand Down
Loading