Skip to content

Commit 2e2e10e

Browse files
ryandesignjiahansu
authored andcommitted
CMakeLists.txt: Fix capitalization of repo URL (BYVoid#785)
1 parent 7410da4 commit 2e2e10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ option(USE_SYSTEM_RAPIDJSON "Use system version of RapidJSON" OFF)
3838
option(USE_SYSTEM_TCLAP "Use system version of TCLAP" OFF)
3939

4040
######## Package information
41-
set (PACKAGE_URL https://github.com/BYVoid/Opencc)
42-
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
41+
set (PACKAGE_URL https://github.com/BYVoid/OpenCC)
42+
set (PACKAGE_BUGREPORT https://github.com/BYVoid/OpenCC/issues)
4343
set (OPENCC_VERSION_MAJOR 1)
4444
set (OPENCC_VERSION_MINOR 1)
4545
set (OPENCC_VERSION_REVISION 8)

0 commit comments

Comments
 (0)