1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

omcproxy: fix PKG_LICENSE string

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 47264
This commit is contained in:
John Crispin 2015-10-26 09:01:48 +00:00
parent c466a46a77
commit 4725cde867

View 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