Browse Source

erlang: license corrected

Signed-off-by: Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
lilik-openwrt-22.03
Arnaud Sautaux 6 years ago
parent
commit
ca77eba901
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/erlang/Makefile

+ 2
- 2
lang/erlang/Makefile View File

@ -15,8 +15,8 @@ PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= http://www.erlang.org/download/
PKG_HASH:=c7d247c0cad2d2e718eaca2e2dff051136a1347a92097abf19ebf65ea2870131
PKG_LICENSE:=ErlPL-1.1
PKG_LICENSE_FILES:=EPLICENCE
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE.txt
PKG_MAINTAINER:=Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
PKG_BUILD_DEPENDS:=erlang/host openssl


Loading…
Cancel
Save