aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/omcproxy
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-10-26 09:01:48 +0000
committerJohn Crispin <john@openwrt.org>2015-10-26 09:01:48 +0000
commit4725cde867eae0ef63a6a7a178e5cfeee9b19cb9 (patch)
treeb06d14136fe24a8ebae01781d26c79b2f28b5fe6 /package/network/services/omcproxy
parentc466a46a776183fcf05b4a99aa5df38f71754137 (diff)
downloadupstream-4725cde867eae0ef63a6a7a178e5cfeee9b19cb9.tar.gz
upstream-4725cde867eae0ef63a6a7a178e5cfeee9b19cb9.tar.bz2
upstream-4725cde867eae0ef63a6a7a178e5cfeee9b19cb9.zip
omcproxy: fix PKG_LICENSE string
Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 47264
Diffstat (limited to 'package/network/services/omcproxy')
-rw-r--r--package/network/services/omcproxy/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <cyrus@openwrt.org>
-PKG_LICENSE:=APACHE-2.0
+PKG_LICENSE:=Apache-2.0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk