Correct url

This commit is contained in:
Kristoffer Dalby 2021-08-05 18:58:15 +01:00
parent b1200140b8
commit 0660867a16
No known key found for this signature in database
GPG Key ID: 09F62DC067465735
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@ package cli
import (
"fmt"
"github.com/spf13/cobra"
"os"
"github.com/spf13/cobra"
)
func init() {
@ -17,7 +18,7 @@ var rootCmd = &cobra.Command{
headscale is an open source implementation of the Tailscale control server
Juan Font Alonso <juanfontalonso@gmail.com> - 2021
https://gitlab.com/juanfont/headscale`,
https://github.com/juanfont/headscale`,
}
func Execute() {