Skip to content

Commit 7029b97

Browse files
authored
Merge branch 'main' into deps-api
2 parents 55c43e6 + 6a0ef71 commit 7029b97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Jimmy Praet <[email protected]> (@jpraet)
4444
Leon Hofmeister <[email protected]> (@delvh)
4545
Wim <[email protected]> (@42wim)
4646
Jason Song <[email protected]> (@wolfogre)
47-
Yarden Shoham <hrsi88@gmail.com> (@yardenshoham)
47+
Yarden Shoham <git@yardenshoham.com> (@yardenshoham)
4848
Yu Tian <[email protected]> (@Zettat123)
4949
Eddie Yang <[email protected]> (@yp05327)
5050
Dong Ge <[email protected]> (@sillyguodong)

templates/package/content/generic.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<div class="field">
66
<label>{{svg "octicon-terminal"}} {{.locale.Tr "packages.generic.download"}}</label>
77
<div class="markup"><pre class="code-block"><code>
8-
{{- range .PackageDescriptor.Files -}}
9-
curl <gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/generic/{{$.PackageDescriptor.Package.Name}}/{{$.PackageDescriptor.Version.Version}}/{{.File.Name}}"></gitea-origin-url><br>
10-
{{- end -}}
8+
{{- range .PackageDescriptor.Files -}}
9+
curl <gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/generic/{{$.PackageDescriptor.Package.Name}}/{{$.PackageDescriptor.Version.Version}}/{{.File.Name}}"></gitea-origin-url>
10+
{{end -}}
1111
</code></pre></div>
1212
</div>
1313
<div class="field">

0 commit comments

Comments
 (0)