From b97e36cf49f8f6b4184aae524ee534610137b3b1 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 20 Jun 2026 10:57:57 -0500 Subject: [PATCH] fix: remove DisplayName from manifest_sync.go struct literal --- services/repository/manifest_sync.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/repository/manifest_sync.go b/services/repository/manifest_sync.go index 2f74f4a30a..3b33d9b777 100644 --- a/services/repository/manifest_sync.go +++ b/services/repository/manifest_sync.go @@ -96,7 +96,6 @@ func SyncMetadataFromCommit(ctx context.Context, repo *repo_model.Repository, co Platform: mxml.Governance.Platform, StandardsVersion: mxml.Governance.StandardsVersion, StandardsSource: mxml.Governance.StandardsSource, - DisplayName: mxml.Distribution.DisplayName, Maintainer: mxml.Distribution.Maintainer, MaintainerURL: mxml.Distribution.MaintainerURL, InfoURL: mxml.Distribution.InfoURL, -- 2.52.0