More adjustments for new maintainership

This commit is contained in:
John Helmert
2019-06-09 11:05:37 -05:00
parent 7423a43e50
commit 1c0afc8a55
10 changed files with 17 additions and 15 deletions

View File

@@ -264,7 +264,7 @@ def main():
debug_text,
traceback.format_exc(),
'rtv has crashed. Please report this traceback at:',
'https://github.com/michael-lazar/rtv/issues\n'])
'https://gitlab.com/ajak/rtv/issues\n'])
sys.stderr.write(exit_message)
return 1 # General error exception code
except KeyboardInterrupt: