aboutsummaryrefslogtreecommitdiff
path: root/internal/sources/sources.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/sources/sources.go')
-rw-r--r--internal/sources/sources.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/sources/sources.go b/internal/sources/sources.go
index 434e734..d99ff5e 100644
--- a/internal/sources/sources.go
+++ b/internal/sources/sources.go
@@ -11,6 +11,7 @@ import (
)
type PackageListing struct {
+ // no need for a Name field, that's handled by kiirotoml, and the structure for a Kiiro source would be a "listing.json" file inside of a folder with the package name, we all goods
Repository string `json:"repo"`
KiirofileOverride *string `json:"kiirofile_override"`
KiirotomlOverride *string `json:"kiirotoml_override"`