File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ project (${PACKAGE_NAME} CXX C)
55enable_testing ()
66
77######## Package information
8- set (PACKAGE_URL http ://code.google. com/p /uchardet/ )
9- set (PACKAGE_BUGREPORT http ://code.google. com/p /uchardet/issues/entry )
8+ set (PACKAGE_URL https ://github. com/BYVoid /uchardet)
9+ set (PACKAGE_BUGREPORT https ://github. com/BYVoid /uchardet/issues)
1010set (UCHARDET_VERSION_MAJOR 0)
1111set (UCHARDET_VERSION_MINOR 0)
1212set (UCHARDET_VERSION_REVISION 3)
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ uchardet Command Line Tool
8282Version 0.0.3
8383
8484Authors: BYVoid, Jehan
85- Bug Report: http ://code.google. com/p /uchardet/issues/entry
85+ Bug Report: https ://github. com/BYVoid /uchardet/issues
8686
8787Usage:
8888 uchardet [Options] [File]...
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void show_version()
8181 printf (" Version %s\n " , VERSION);
8282 printf (" \n " );
8383 printf (" Authors: %s\n " , " BYVoid, Jehan" );
84- printf (" Bug Report: %s\n " , " http ://code.google. com/p /uchardet/issues/entry " );
84+ printf (" Bug Report: %s\n " , " https ://github. com/BYVoid /uchardet/issues" );
8585 printf (" \n " );
8686}
8787
You can’t perform that action at this time.
0 commit comments