Change program URL to github.com

This commit is contained in:
Marius Greuel 2021-12-28 11:13:52 +01:00
parent 7b79b72794
commit 76b6b67883
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static void usage(void)
" -q Quell progress output. -q -q for less.\n"
" -l logfile Use logfile rather than stderr for diagnostics.\n"
" -? Display this usage.\n"
"\navrdude version %s, URL: <https://github.com/avrdudes/avrdude>\n"
"\navrdude version %s, URL: <https://github.com/mariusgreuel/avrdude>\n"
,progname, version);
}