More adjustments for new maintainership
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
AGENT = """\
|
||||
desktop:https://github.com/michael-lazar/rtv:{version}\
|
||||
desktop:https://github.com/ajak/rtv:{version}\
|
||||
(by /u/civilization_phaze_3)\
|
||||
"""
|
||||
|
||||
@@ -26,7 +26,7 @@ HELP = """\
|
||||
====================================
|
||||
Reddit Terminal Viewer
|
||||
|
||||
https://github.com/michael-lazar/rtv
|
||||
https://github.com/ajak/rtv
|
||||
====================================
|
||||
|
||||
[Basic Commands]
|
||||
|
||||
@@ -26,6 +26,6 @@
|
||||
</head>
|
||||
<body>
|
||||
${message}
|
||||
<div id="footer">View the <a href="http://www.github.com/michael-lazar/rtv">Documentation</a></div>
|
||||
<div id="footer">View the <a href="http://www.gitlab.com/ajak/rtv">Documentation</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Example mailcap file for Reddit Terminal Viewer
|
||||
# https://github.com/michael-lazar/rtv/
|
||||
# https://gitlab.com/ajak/rtv/
|
||||
#
|
||||
# Copy the contents of this file to {HOME}/.mailcap, or point to it using $MAILCAPS
|
||||
# Then launch RTV using the --enable-media flag. All shell commands defined in
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
; Reddit Terminal Viewer Configuration File
|
||||
; https://github.com/michael-lazar/rtv
|
||||
; https://gitlab.com/ajak/rtv
|
||||
;
|
||||
; This file should be placed in $XDG_CONFIG/rtv/rtv.cfg
|
||||
; If $XDG_CONFIG is not set, use ~/.config/rtv/rtv.cfg
|
||||
|
||||
Reference in New Issue
Block a user