fix: add missing full stop to source list
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/components/search.go → internal/components/search.go
@@ -53,6 +53,7 @@ g.Text("Search Nix packages and options from "), MapCommaList(tdata.Sources, func(source config.Source) g.Node { return A(Href(source.Repo.String()), g.Text(source.Name)) }), + g.Text("."), ), g.If(!importer.Job.StartedAt.IsZero(), P(Class("notice"),