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