diff --git a/package/lean/pdnsd-alt/Makefile b/package/lean/pdnsd-alt/Makefile index 0bf294c77..e2c1aacc3 100644 --- a/package/lean/pdnsd-alt/Makefile +++ b/package/lean/pdnsd-alt/Makefile @@ -1,9 +1,6 @@ +# SPDX-License-Identifier: GPL-3.0-only # -# Copyright (C) 2021 ImmortalWrt -# -# -# This is free software, licensed under the GNU General Public License v3. -# See /LICENSE for more information. +# Copyright (C) 2021 ImmortalWrt.org include $(TOPDIR)/rules.mk @@ -25,9 +22,9 @@ include $(INCLUDE_DIR)/package.mk define Package/pdnsd-alt SECTION:=net CATEGORY:=Network - SUBMENU:=Web Servers/Proxies - DEPENDS:=+libpthread + SUBMENU:=IP Addresses and Names TITLE:=Proxy DNS Server + DEPENDS:=+libpthread endef define Package/pdnsd-alt/description @@ -57,4 +54,4 @@ define Package/pdnsd-alt/install #$(INSTALL_BIN) ./files/pdnsd.init $(1)/etc/init.d/pdnsd endef -$(eval $(call BuildPackage,pdnsd-alt)) \ No newline at end of file +$(eval $(call BuildPackage,pdnsd-alt))