diff options
author | John Crispin <john@openwrt.org> | 2015-10-26 09:01:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-26 09:01:48 +0000 |
commit | 4725cde867eae0ef63a6a7a178e5cfeee9b19cb9 (patch) | |
tree | b06d14136fe24a8ebae01781d26c79b2f28b5fe6 /package/network/services/omcproxy | |
parent | c466a46a776183fcf05b4a99aa5df38f71754137 (diff) | |
download | upstream-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/Makefile | 2 |
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 |