summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-03-16 10:30:39 +0100
committerManuel Bentele2021-03-16 10:30:39 +0100
commit329bc1366b301573ecaaefd8e42134035ec99bba (patch)
treeaceda077b0f05f831af8342996575c434bc4247f
parentRefactor kernel code to satisfy Linux kernel code style (diff)
downloadxloop-329bc1366b301573ecaaefd8e42134035ec99bba.tar.gz
xloop-329bc1366b301573ecaaefd8e42134035ec99bba.tar.xz
xloop-329bc1366b301573ecaaefd8e42134035ec99bba.zip
Change the project's homepage URL for packaging
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 <christian.roessler@rz.uni-freiburg.de>")
- 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)