Updated user agent link.

This commit is contained in:
Nick Gerakines 2020-03-29 10:38:56 -04:00
parent 9ae4c163cc
commit f5457543f0
No known key found for this signature in database
GPG Key ID: 33D43D854F96B2E4
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ func Version() string {
}
func UserAgent() string {
return fmt.Sprintf("tavern/%s (+https://github.com/ngerakines/tavern)", Version())
return fmt.Sprintf("tavern/%s (+https://gitlab.com/ngerakines/tavern)", Version())
}