Update repo to add vattle org paths

This commit is contained in:
Patrick O'brien 2016-08-09 17:59:30 +10:00
parent 2ece7d14f6
commit 33286e648a
16 changed files with 42 additions and 41 deletions

View file

@ -50,7 +50,7 @@ func main() {
Use: "sqlboiler [flags] <driver>",
Short: "SQL Boiler generates boilerplate structs and statements",
Long: "SQL Boiler generates boilerplate structs and statements from template files.\n" +
`Complete documentation is available at http://github.com/nullbio/sqlboiler`,
`Complete documentation is available at http://github.com/vattle/sqlboiler`,
Example: `sqlboiler -o models -p models postgres`,
PreRunE: preRun,
RunE: run,