diff --git a/scripts/cmake/packaging/PackagingWin.cmake b/scripts/cmake/packaging/PackagingWin.cmake
index 87a16027fc0e066bb6d8b0eeac5715d10fc3ebbc..695d5a2115a09e4535c9cf8a48117a00978214fd 100644
--- a/scripts/cmake/packaging/PackagingWin.cmake
+++ b/scripts/cmake/packaging/PackagingWin.cmake
@@ -13,8 +13,7 @@ SET(CPACK_NSIS_HELP_LINK "http://docs.opengeosys.org/assets/files/Documentation/
 SET(CPACK_NSIS_MENU_LINKS
 	"bin" "Executables folder"
 	"http://www.opengeosys.org" "Website"
-	"https://github.com/ufz/ogs" "Source code on GitFHub"
-	PARENT_SCOPE
+	"https://github.com/ufz/ogs" "Source code on GitHub"
 )
 IF(OGS_DOWNLOAD_ADDITIONAL_CONTENT)
 	SET(CPACK_NSIS_MENU_LINKS ${CPACK_NSIS_MENU_LINKS} "docs" "Documentation folder" PARENT_SCOPE)