diff --git a/cmd/headscale/cli/root.go b/cmd/headscale/cli/root.go index 0dd68064..82eb2a76 100644 --- a/cmd/headscale/cli/root.go +++ b/cmd/headscale/cli/root.go @@ -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 - 2021 -https://gitlab.com/juanfont/headscale`, +https://github.com/juanfont/headscale`, } func Execute() {