Mirror fix

This commit is contained in:
Unknown
2014-03-19 10:01:45 -04:00
parent 0da4975f4f
commit dd8e7868ce
4 changed files with 3 additions and 3 deletions

View File

@ -34,6 +34,7 @@ type Repository struct {
LowerName string `xorm:"unique(s) index not null"`
Name string `xorm:"index not null"`
Description string
Website string
Private bool
NumWatchs int
NumStars int