aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/nss.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/nss.go')
-rw-r--r--internal/rosa/nss.go8
1 files changed, 2 insertions, 6 deletions
diff --git a/internal/rosa/nss.go b/internal/rosa/nss.go
index dba39c94..5fccab7e 100644
--- a/internal/rosa/nss.go
+++ b/internal/rosa/nss.go
@@ -67,9 +67,7 @@ cp -r \
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newNSS,
-
+ native.mustRegister(Toolchain.newNSS, &Metadata{
Name: "nss",
Description: "Network Security Services",
Website: "https://firefox-source-docs.mozilla.org/security/nss/index.html",
@@ -120,9 +118,7 @@ buildcatrust \
`), Unversioned
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newNSSCACert,
-
+ native.mustRegister(Toolchain.newNSSCACert, &Metadata{
Name: "nss-cacert",
Description: "bundle of X.509 certificates of public Certificate Authorities",
Website: "https://curl.se/docs/caextract.html",