aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/libpng.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/libpng.go')
-rw-r--r--internal/rosa/libpng.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/libpng.go b/internal/rosa/libpng.go
index ab4c0033..2d0807ba 100644
--- a/internal/rosa/libpng.go
+++ b/internal/rosa/libpng.go
@@ -22,9 +22,7 @@ func (t Toolchain) newLibpng() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newLibpng,
-
+ native.mustRegister(Toolchain.newLibpng, &Metadata{
Name: "libpng",
Description: "the official PNG reference library",
Website: "https://www.libpng.org/pub/png/libpng.html",