omcproxy: fix PKG_LICENSE string
authorJohn Crispin <john@openwrt.org>
Mon, 26 Oct 2015 09:01:48 +0000 (09:01 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 26 Oct 2015 09:01:48 +0000 (09:01 +0000)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 47264

package/network/services/omcproxy/Makefile

index eafa28922a15fa15487ab71854db56a71318fbd4..75997fe6d605a5bc8f6e0c3e8f57f6f61e83fb79 100644 (file)
@@ -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