From c7eaeb891e256eea9575c5d1a33c3458161db86f Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Wed, 17 Jan 2024 14:10:26 -0500 Subject: internal: move UnitMeta.IsRedistributable to Unit Change-Id: Ia0a18df32d752f20b0400b47860638c7d0910eb7 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/556435 Reviewed-by: Jonathan Amsterdam kokoro-CI: kokoro LUCI-TryBot-Result: Go LUCI Reviewed-by: Robert Findley --- internal/fetchdatasource/fetchdatasource.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/fetchdatasource/fetchdatasource.go') diff --git a/internal/fetchdatasource/fetchdatasource.go b/internal/fetchdatasource/fetchdatasource.go index 88ab1382..f8ae0d25 100644 --- a/internal/fetchdatasource/fetchdatasource.go +++ b/internal/fetchdatasource/fetchdatasource.go @@ -227,7 +227,6 @@ func (ds *FetchDataSource) GetUnitMeta(ctx context.Context, path, requestedModul return nil, derrors.NotFound } um.Name = u.Name - um.IsRedistributable = u.IsRedistributable return um, nil } -- cgit v1.3