diff options
Diffstat (limited to 'testing/aws-cli/APKBUILD')
-rw-r--r-- | testing/aws-cli/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/aws-cli/APKBUILD b/testing/aws-cli/APKBUILD index 4928d42f934..20c2b79467e 100644 --- a/testing/aws-cli/APKBUILD +++ b/testing/aws-cli/APKBUILD @@ -8,7 +8,7 @@ _libname=${pkgname/-/} pkgdesc="Universal Command Line Interface for Amazon Web Services" url="https://github.com/aws/aws-cli" arch="noarch" -license="ASL 2.0" +license="Apache-2.0" provides=$_libname depends="$_python groff py3-botocore py3-jmespath py3-s3transfer py3-docutils py3-colorama py3-yaml py3-rsa" makedepends="$_python-dev py-setuptools" |