summaryrefslogtreecommitdiff
path: root/user/py3-chardet
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-11-28 20:14:37 -0800
committerzlg <zlg@zlg.space>2018-11-28 20:14:37 -0800
commitc89fe10bb6d93a2d3a85acd3db21f170663a6c19 (patch)
treeb67d0fe719242508df5c874386afd87896c4e8c9 /user/py3-chardet
parent4391ab5c83c619559d248c74433eab9a95412e6f (diff)
downloadpackages-c89fe10bb6d93a2d3a85acd3db21f170663a6c19.tar.gz
packages-c89fe10bb6d93a2d3a85acd3db21f170663a6c19.tar.bz2
packages-c89fe10bb6d93a2d3a85acd3db21f170663a6c19.tar.xz
packages-c89fe10bb6d93a2d3a85acd3db21f170663a6c19.zip
user/py3-chardet: correct license
Diffstat (limited to 'user/py3-chardet')
-rw-r--r--user/py3-chardet/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-chardet/APKBUILD b/user/py3-chardet/APKBUILD
index 7823b791d..cf07aea4c 100644
--- a/user/py3-chardet/APKBUILD
+++ b/user/py3-chardet/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="The Universal Character Encoding Detector"
url="https://github.com/chardet/chardet/"
arch="noarch"
options="!check" # tests use hypothesis; deep rabbit hole
-license="LGPL-2.1"
+license="LGPL-2.1-only"
depends="python3"
makedepends="python3-dev"
subpackages=""