diff --git a/compile_pkgs b/compile_pkgs
index c1d746cddb6606747778baf35729031a70547d4f..9ea69d7092c8da2ca575987b0f8bb222d0298099 100755
--- a/compile_pkgs
+++ b/compile_pkgs
@@ -198,9 +198,9 @@ configure() {
 		echo "CONFIG_VERSION_DIST=\"TurrisOS\""
 		echo "CONFIG_VERSION_REPO=\"https://repo.turris.cz/$PUBLISH_BRANCH/$TARGET_BOARD/packages\""
 		echo "CONFIG_VERSION_NUMBER=\"$("${src_dir}/helpers/turris-version.sh" version)\""
-		echo "CONFIG_VERSION_HOME_URL=\"http://www.turris.cz/\""
-		echo "CONFIG_VERSION_BUG_URL=\"http://gitlab.labs.nic.cz/groups/turris/-/issues\""
-		echo "CONFIG_VERSION_SUPPORT_URL=\"http://www.turris.cz/support-community/\""
+		echo "CONFIG_VERSION_HOME_URL=\"https://www.turris.cz/\""
+		echo "CONFIG_VERSION_BUG_URL=\"https://gitlab.labs.nic.cz/groups/turris/-/issues\""
+		echo "CONFIG_VERSION_SUPPORT_URL=\"https://www.turris.cz/support/\""
 		echo "CONFIG_ALL_KMODS=$everything"
 		echo "CONFIG_ALL=$everything"
 	} >> .config
@@ -210,7 +210,7 @@ configure() {
 	local to_commit=()
 	for config in target/linux/"${OPENWRT_ARCH}"/config-*; do
 		echo "${EXTRA_KERNEL}" >> "$config"
-		to_commit+=( "$config" ) 
+		to_commit+=( "$config" )
 	done
 	_git commit -m 'kernel: Add customized kernel options' "${to_commit[@]}"
 }
@@ -606,7 +606,7 @@ while [ $# -gt 0 ]; do
 			;;
 		-a)
 			shift
-			BUILD_ARGS+=( "$1" ) 
+			BUILD_ARGS+=( "$1" )
 			;;
 		-p)
 			shift