mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-17 06:22:18 +01:00
Merge pull request #2170 from flatcar/scripts
app-misc/ca-certificates: Switch to https protocol in SRC_URI Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
commit
8f6e966722
@ -13,7 +13,7 @@ S="${WORKDIR}"
|
||||
|
||||
DESCRIPTION="Mozilla's CA Certificate Store"
|
||||
HOMEPAGE="http://www.mozilla.org/en-US/about/governance/policies/security-group/certs/"
|
||||
SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${MY_P}.tar.gz"
|
||||
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${MY_P}.tar.gz"
|
||||
|
||||
# NSS is licensed under the MPL, files/certdata2pem.py is GPL
|
||||
LICENSE="MPL-2.0 GPL-2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user