Skip to content

Commit

Permalink
Update the project URL in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
y-256 committed Mar 20, 2015
1 parent f2d2b74 commit 735637c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(AppendCompilerFlags)
project(libdivsufsort C)
set(PROJECT_VENDOR "Yuta Mori")
set(PROJECT_CONTACT "yuta.256@gmail.com")
set(PROJECT_URL "http://libdivsufsort.googlecode.com/")
set(PROJECT_URL "https://github.com/y-256/libdivsufsort")
set(PROJECT_DESCRIPTION "A lightweight suffix sorting library")
include(VERSION.cmake)

Expand Down

0 comments on commit 735637c

Please sign in to comment.