From 81213497f1932de68c09e33e3544774bc77d2651 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Wed, 18 Jan 2017 12:59:53 +0100 Subject: [PATCH] batmand: Switch upstream URL to HTTPS The open-mesh.org server is not serving plain HTTP pages since a while. Updating the default URL to https is therefore prefered. Signed-off-by: Sven Eckelmann --- batmand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batmand/Makefile b/batmand/Makefile index 4c8bf30..12bbd2e 100644 --- a/batmand/Makefile +++ b/batmand/Makefile @@ -25,7 +25,7 @@ PKG_KMOD_BUILD_DIR:=$(PKG_BUILD_DIR)/batman/linux/modules include $(INCLUDE_DIR)/package.mk define Package/batmand/Default - URL:=http://www.open-mesh.org/ + URL:=https://www.open-mesh.org/ MAINTAINER:=Corinna "Elektra" Aichele endef -- 2.30.2