summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-08-24 09:17:45 +0800
committerPeng Wu <alexepico@gmail.com>2011-08-24 09:17:45 +0800
commit0056e6c14abf84cbbcb41c0a70049d321a7ef4f4 (patch)
treea811dee0cc168c36844f5c1a714dea784ca0bed9
parent9df8678bb0bab71da9631ff13244555e7a33c458 (diff)
downloadlibpinyin-0056e6c14abf84cbbcb41c0a70049d321a7ef4f4.tar.gz
libpinyin-0056e6c14abf84cbbcb41c0a70049d321a7ef4f4.tar.xz
libpinyin-0056e6c14abf84cbbcb41c0a70049d321a7ef4f4.zip
fixes a typo
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 583e645..94d4d94 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,8 +21,8 @@ project (${PACKAGE_NAME} CXX C)
enable_testing()
######## Package information
-set (PACKAGE_URL http://http://code.google.com/p/libpinyin)
-set (PACKAGE_BUGREPORT http://code.google.com/p/libpinyin/issues/entry)
+set (PACKAGE_URL https://github.com/libpinyin/libpinyin)
+set (PACKAGE_BUGREPORT https://github.com/libpinyin/libpinyin/issues)
set (LIBPINYIN_VERSION_MAJOR 0)
set (LIBPINYIN_VERSION_MINOR 2)
set (LIBPINYIN_VERSION_REVISION 99)
@@ -138,4 +138,4 @@ include_directories(
add_subdirectory(data)
add_subdirectory(src)
add_subdirectory(tests)
-add_subdirectory(utils) \ No newline at end of file
+add_subdirectory(utils)