]> Sergey Matveev's repositories - meta4ra.git/blobdiff - scheme.go
OpenSSH signatures inclusion support
[meta4ra.git] / scheme.go
index b839282e77295ebd678da428d071f60a41502c16..6c37040c425c0fd9e9793e88b9b180134179c020 100644 (file)
--- a/scheme.go
+++ b/scheme.go
@@ -35,7 +35,7 @@ type File struct {
        Description string     `xml:"description,,omitempty"`
        Hashes      []Hash     `xml:"hash,,omitempty"`
        MetaURLs    []MetaURL  `xml:"metaurl,,omitempty"`
-       Signature   *Signature `xml:"signature"`
+       Signature   []Signature `xml:"signature"`
        Size        uint64     `xml:"size,,omitempty"`
        URLs        []URL      `xml:"url,,omitempty"`
 }