summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon DeVree <nuxi@vault24.org>2017-10-19 08:40:54 -0400
committerDaniel Stenberg <daniel@haxx.se>2017-10-22 23:38:23 +0200
commitf571651a0dff54863cc08758513726156f9a26e2 (patch)
tree4825c04fca0c6c19f4cb1b06c6756a7d848bb078
parent13c9a9ded3ae744a1e11cbc14e9146d9fa427040 (diff)
downloadcurl-f571651a0dff54863cc08758513726156f9a26e2.tar.gz
mk-ca-bundle: Fix URL for NSS
The 'tip' is the most recent branch committed to, this should be 'default' like the URLs for the browser are. Closes #1998
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index cc36c7680..d16f1a41b 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -47,7 +47,7 @@ eval "require LWP::UserAgent";
my %urls = (
'nss' =>
- 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt',
+ 'https://hg.mozilla.org/projects/nss/raw-file/default/lib/ckfw/builtins/certdata.txt',
'central' =>
'https://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt',
'aurora' =>