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