From: John Crispin Date: Mon, 26 Oct 2015 09:01:48 +0000 (+0000) Subject: omcproxy: fix PKG_LICENSE string X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=6d993f071064fc6fdfc8683490c964fdf65b3d53;p=openwrt-github%2F.git omcproxy: fix PKG_LICENSE string Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47264 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile index eafa28922a..75997fe6d6 100644 --- a/package/network/services/omcproxy/Makefile +++ b/package/network/services/omcproxy/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://github.com/sbyx/omcproxy.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=8de9fa84e018e152e45c342f10b5b5140b63e4b1 PKG_MAINTAINER:=Steven Barth -PKG_LICENSE:=APACHE-2.0 +PKG_LICENSE:=Apache-2.0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk