From: Stephen Walker Date: Sun, 19 Sep 2010 14:15:24 +0000 (+0000) Subject: [packages] batman, bmxd: change urls for the open-mesh.net -> open-mesh.org move X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4861f576b90f9e83f5730570d7a32eab2aeb9fdd;p=feed%2Frouting.git [packages] batman, bmxd: change urls for the open-mesh.net -> open-mesh.org move git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/bmxd@23089 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 001e7bf..1b145f6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2008 Freifunk Leipzig +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bmxd -PKG_SOURCE_URL:=http://downloads.open-mesh.net/svn/batman/branches/bmx-0.3.x/ +PKG_SOURCE_URL:=http://downloads.open-mesh.org/svn/batman/branches/bmx-0.3.x/ PKG_REV:=1707 PKG_VERSION:=r$(PKG_REV) @@ -24,7 +25,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) include $(INCLUDE_DIR)/package.mk define Package/bmxd/Default - URL:=https://www.open-mesh.net/ + URL:=https://www.open-mesh.org/ MAINTAINER:=Axel Neumann endef