aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-23 08:59:21 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-25 12:57:31 +0000
commit51999ab9304ec11c68c4ea9e99350ac7570e7f21 (patch)
tree012ae53b6fbf1eb2c3c2f03920afff1e07fc4c7c
parent6147b3acb3b96ccdc1fe632579fbe3792d306fcb (diff)
downloadaports-51999ab9304ec11c68c4ea9e99350ac7570e7f21.tar.gz
aports-51999ab9304ec11c68c4ea9e99350ac7570e7f21.tar.bz2
aports-51999ab9304ec11c68c4ea9e99350ac7570e7f21.tar.xz
main/ca-certificates: fix license
-rw-r--r--main/ca-certificates/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/ca-certificates/APKBUILD b/main/ca-certificates/APKBUILD
index 4b9e93adaae..c2f84505b39 100644
--- a/main/ca-certificates/APKBUILD
+++ b/main/ca-certificates/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ca-certificates
pkgver=20191127
-pkgrel=4
+pkgrel=5
pkgdesc="Common CA certificates PEM files from Mozilla"
url="https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
arch="all"
-license="MPL-2.0 GPL-2.0-or-later"
+# There is a GPL-2.0-or-later script inside the source but it is not shipped
+license="MPL-2.0 AND MIT"
makedepends_build="perl"
makedepends_host="openssl-dev"
subpackages="$pkgname-doc $pkgname-bundle"