mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
Update uchardet URL in various places.
This commit is contained in:
parent
d1bc09e4d7
commit
ba56d91808
@ -5,8 +5,8 @@ project (${PACKAGE_NAME} CXX C)
|
||||
enable_testing()
|
||||
|
||||
######## Package information
|
||||
set (PACKAGE_URL http://code.google.com/p/uchardet/)
|
||||
set (PACKAGE_BUGREPORT http://code.google.com/p/uchardet/issues/entry)
|
||||
set (PACKAGE_URL https://github.com/BYVoid/uchardet)
|
||||
set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues)
|
||||
set (UCHARDET_VERSION_MAJOR 0)
|
||||
set (UCHARDET_VERSION_MINOR 0)
|
||||
set (UCHARDET_VERSION_REVISION 3)
|
||||
|
||||
@ -82,7 +82,7 @@ uchardet Command Line Tool
|
||||
Version 0.0.3
|
||||
|
||||
Authors: BYVoid, Jehan
|
||||
Bug Report: http://code.google.com/p/uchardet/issues/entry
|
||||
Bug Report: https://github.com/BYVoid/uchardet/issues
|
||||
|
||||
Usage:
|
||||
uchardet [Options] [File]...
|
||||
|
||||
@ -81,7 +81,7 @@ void show_version()
|
||||
printf("Version %s\n", VERSION);
|
||||
printf("\n");
|
||||
printf("Authors: %s\n", "BYVoid, Jehan");
|
||||
printf("Bug Report: %s\n", "http://code.google.com/p/uchardet/issues/entry");
|
||||
printf("Bug Report: %s\n", "https://github.com/BYVoid/uchardet/issues");
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user