mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-02 03:33:05 +00:00
Correct url
This commit is contained in:
parent
b1200140b8
commit
0660867a16
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ package cli
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/spf13/cobra"
|
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
@ -17,7 +18,7 @@ var rootCmd = &cobra.Command{
|
||||||
headscale is an open source implementation of the Tailscale control server
|
headscale is an open source implementation of the Tailscale control server
|
||||||
|
|
||||||
Juan Font Alonso <juanfontalonso@gmail.com> - 2021
|
Juan Font Alonso <juanfontalonso@gmail.com> - 2021
|
||||||
https://gitlab.com/juanfont/headscale`,
|
https://github.com/juanfont/headscale`,
|
||||||
}
|
}
|
||||||
|
|
||||||
func Execute() {
|
func Execute() {
|
||||||
|
|
Loading…
Reference in a new issue