This commit is contained in:
2026-03-01 20:47:24 +01:00
parent 2f5b5013eb
commit cd8745390d
3 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ type Software struct {
Site string `gorm:"size:255" json:"site"`
License string `gorm:"size:128" json:"license"`
Platform string `gorm:"size:128" json:"platform"`
Releases []Release `json:"releases"`
Releases []Release `json:"-"`
}