aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/omcproxy
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-26 09:01:48 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-26 09:01:48 +0000
commit6d993f071064fc6fdfc8683490c964fdf65b3d53 (patch)
treef7e550274a3ba6f03205b8c91fd04cbc1f3cad1f /package/network/services/omcproxy
parent77010e192db6ce1c0c717c58ee76c60c1333b15d (diff)
downloadmaster-187ad058-6d993f071064fc6fdfc8683490c964fdf65b3d53.tar.gz
master-187ad058-6d993f071064fc6fdfc8683490c964fdf65b3d53.tar.bz2
master-187ad058-6d993f071064fc6fdfc8683490c964fdf65b3d53.zip
omcproxy: fix PKG_LICENSE string
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47264 3c298f89-4303-0410-b956-a3cf2f4a3e73
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