diff options
| -rw-r--r-- | gotop/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotop/main.go b/gotop/main.go index 0b8e318..c597e32 100644 --- a/gotop/main.go +++ b/gotop/main.go @@ -207,7 +207,7 @@ func parseFlags() { flag.Parse() - config.banner = "gotop v0.1 (C) 2015 Paul buetow <http://gotop.buetow.org>" + config.banner = "gotop v0.1 (C) 2015 Paul Buetow <https://gotop.buetow.org>" if *helpF { fmt.Println(config.banner) |
