aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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