diff options
-rwxr-xr-x | calendar-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-cli.py b/calendar-cli.py index c032d1d..c657d5e 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -243,7 +243,7 @@ def interactive_config(args, config, remaining_argv): modified = False print("Welcome to the interactive calendar configuration mode") - print("Warning - untested code ahead, raise issues at t-calendar-cli@tobixen.no or the github repo") + print("Warning - untested code ahead, raise issues at t-calendar-cli@tobixen.no or the github issue tracker") if not config or not hasattr(config, 'keys'): config = {} print("No valid existing configuration found") |