aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/p11.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/p11.go')
-rw-r--r--internal/rosa/p11.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/p11.go b/internal/rosa/p11.go
index b0853f9d..985714a7 100644
--- a/internal/rosa/p11.go
+++ b/internal/rosa/p11.go
@@ -23,9 +23,7 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newP11Kit,
-
+ native.mustRegister(Toolchain.newP11Kit, &Metadata{
Name: "p11-kit",
Description: "provides a way to load and enumerate PKCS#11 modules",
Website: "https://p11-glue.freedesktop.org/p11-kit.html",