From 329bc1366b301573ecaaefd8e42134035ec99bba Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Tue, 16 Mar 2021 10:30:39 +0100 Subject: Change the project's homepage URL for packaging --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e09e954..07adfaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,7 @@ if(CMAKE_BUILD_TYPE MATCHES "Release") set(CPACK_PACKAGE_SECTION admin) set(CPACK_PACKAGE_VENDOR "University of Freiburg") set(CPACK_PACKAGE_CONTACT "Christian Rößler ") - set(CPACK_PACKAGE_HOMEPAGE_URL "https://git.openslx.org/openslx-ng/xloop.git/") + set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/bwLehrpool/xloop") set(CPACK_PACKAGE_CHECKSUM SHA256) set(CPACK_PACKAGE_FILE_NAME ${CPACK_PACKAGE_NAME}_${REPOSITORY_VERSION_FULL}_${CMAKE_SYSTEM_PROCESSOR}) set(CPACK_SOURCE_PACKAGE_FILE_NAME ${CPACK_PACKAGE_NAME}_${CPACK_PACKAGE_VERSION}_source) -- cgit v1.2.3-55-g7522