summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Eckelmann2017-01-18 11:59:53 +0000
committerSven Eckelmann2017-01-23 18:47:51 +0000
commit81213497f1932de68c09e33e3544774bc77d2651 (patch)
treeb0e34b999aae58b37cc4efc146fe409656e1eedb
parent64cb90b04e02267642e4ee696b9a777421393a91 (diff)
downloadrouting-81213497f1932de68c09e33e3544774bc77d2651.tar.gz
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 <sven@narfation.org>
-rw-r--r--batmand/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <onelektra@gmx.net>
endef