aboutsummaryrefslogtreecommitdiff
path: root/net/owipcalc
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2021-02-17 12:18:28 +0100
committerPolynomdivision <vincent@systemli.org>2021-02-17 17:17:50 +0100
commitcb286d0d753489cb6becbbbd2e1f150d120201f7 (patch)
tree619bf80a14eb72cdc06c501a6b30e44b371c4670 /net/owipcalc
parent22cd55d6f2e3eb0a79d7b8382d37f4dd16d9045e (diff)
owipcalc: change maintainer
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>
Diffstat (limited to 'net/owipcalc')
-rw-r--r--net/owipcalc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/owipcalc/Makefile b/net/owipcalc/Makefile
index 2865b1c7c..282bcc14a 100644
--- a/net/owipcalc/Makefile
+++ b/net/owipcalc/Makefile
@@ -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