aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/nettle.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/nettle.go')
-rw-r--r--internal/rosa/nettle.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/nettle.go b/internal/rosa/nettle.go
index 87425884..e65942b4 100644
--- a/internal/rosa/nettle.go
+++ b/internal/rosa/nettle.go
@@ -19,9 +19,7 @@ func (t Toolchain) newNettle() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newNettle,
-
+ native.mustRegister(Toolchain.newNettle, &Metadata{
Name: "nettle",
Description: "a low-level cryptographic library",
Website: "https://www.lysator.liu.se/~nisse/nettle/",