diff options
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/umbim/Makefile | 2 | ||||
-rw-r--r-- | package/network/utils/wwan/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile index 4ea4a8b..54152fe 100644 --- a/package/network/utils/umbim/Makefile +++ b/package/network/utils/umbim/Makefile @@ -9,7 +9,7 @@ PKG_SOURCE_URL=$(OPENWRT_GIT)/project/umbim.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=af9c293c1f1d8a97fbd8adf9c6070ead4920ca84 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> +PKG_MAINTAINER:=John Crispin <john@phrozen.org> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= diff --git a/package/network/utils/wwan/Makefile b/package/network/utils/wwan/Makefile index 8d388dc..10479d1 100644 --- a/package/network/utils/wwan/Makefile +++ b/package/network/utils/wwan/Makefile @@ -7,7 +7,7 @@ PKG_RELEASE=1 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= -PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> +PKG_MAINTAINER:=John Crispin <john@phrozen.org> include $(INCLUDE_DIR)/package.mk |