Browse Source

omcproxy: fix PKG_LICENSE string

Signed-off-by: Daniel Golle <[email protected]>

SVN-Revision: 47264
John Crispin 10 years ago
parent
commit
4725cde867
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/omcproxy/Makefile

+ 1 - 1
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 <[email protected]>
-PKG_LICENSE:=APACHE-2.0
+PKG_LICENSE:=Apache-2.0
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk