From c78eb1a27202168201ad8a817a9fca35f7b473a5 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 30 Sep 2020 23:54:24 +0800 Subject: [PATCH] fix(cpack): update feedback/contact url --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b78b69b..8d76abd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,7 +195,7 @@ set (CPACK_GENERATOR "TBZ2") set (CPACK_PACKAGE_NAME "pineapple-pictures") set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Yet another image viewer") set (CPACK_PACKAGE_VENDOR "Gary Wang") -set (CPACK_PACKAGE_CONTACT "https://github.com/BLumia/PineapplePictures/issues/") +set (CPACK_PACKAGE_CONTACT "https://github.com/BLumia/pineapple-pictures/issues/") if (WIN32) # ... elseif (APPLE)