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>
This commit is contained in:
parent
22cd55d6f2
commit
cb286d0d75
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,9 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=owipcalc
|
PKG_NAME:=owipcalc
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=7
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -16,7 +18,6 @@ define Package/owipcalc
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Simple IPv4/IPv6 address calculator
|
TITLE:=Simple IPv4/IPv6 address calculator
|
||||||
MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
|
|
||||||
DEPENDS:=+libowipcalc
|
DEPENDS:=+libowipcalc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue