updated repo link in help text

This commit is contained in:
Daniel Fichtinger 2025-07-17 22:13:55 -04:00
parent 9c6ae12284
commit f490e10f1f

View file

@ -11,10 +11,10 @@
# Author: Daniel Fichtinger
# License: ISC
import textwrap
import sys
import re
import argparse
import re
import sys
import textwrap
def main() -> None:
@ -87,9 +87,9 @@ def main() -> None:
description="Heuristic formatter for plain text email. Preserves markup, signoffs, and signature blocks.",
epilog="""
Author : Daniel Fichtinger
Repository: https://git.sr.ht/~ficd/mailfmt
Repository: https://git.ficd.sh/ficd/mailfmt
License : ISC
Contact : daniel@ficd.ca
Contact : daniel@ficd.sh
""",
formatter_class=argparse.RawDescriptionHelpFormatter,
)