owipcalc: change maintainer
authorNick Hainke <vincent@systemli.org>
Wed, 17 Feb 2021 11:18:28 +0000 (12:18 +0100)
committerPolynomdivision <vincent@systemli.org>
Wed, 17 Feb 2021 16:17:50 +0000 (17:17 +0100)
As suggested by others, I would like to take care of this tool. I am
developing certain tools that rely on the library and also owipcalc.

Signed-off-by: Nick Hainke <vincent@systemli.org>
net/owipcalc/Makefile

index 2865b1c7c4ea03c91b8757e4d21dce2dcbc0082b..282bcc14acbe400ea403027e2e2391ff42dd56bb 100644 (file)
@@ -7,7 +7,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=owipcalc
-PKG_RELEASE:=6
+PKG_RELEASE:=7
+
+PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
 PKG_LICENSE:=Apache-2.0
 
 include $(INCLUDE_DIR)/package.mk
@@ -16,7 +18,6 @@ define Package/owipcalc
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Simple IPv4/IPv6 address calculator
-  MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
   DEPENDS:=+libowipcalc
 endef