mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
[gitea] Fix swift packages not resolving (#29095)
Fixes #29094 (cherry picked from commit 6be3fda6fc746b1285e6dee72de1118177ba429e)
This commit is contained in:
parent
34450f7d35
commit
e87ab053e7
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ func EnumeratePackageVersions(ctx *context.Context) {
|
|||
}
|
||||
|
||||
type Resource struct {
|
||||
Name string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Checksum string `json:"checksum"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue