Skip to content

Commit

Permalink
Kebabify paths and package name. (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 8, 2024
1 parent 2deae7a commit 8a09637
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: certificate_roots
name: certificate-roots
description: The root certificates needed to connect to HTTPS servers on the public web.
license: MPL-2.0
environment:
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ git clone https://github.com/agl/extract-nss-root-certs.git
curl https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt -o certdata.txt
go run extract-nss-root-certs/convert_mozilla_certdata.go > certdata.new

toit.run to_toit_source.toit certdata.new > ../src/certificate_roots.toit
toit.run to_toit_source.toit certdata.new > ../src/certificate-roots.toit

0 comments on commit 8a09637

Please sign in to comment.