diff --git a/net/fastd/Makefile b/net/fastd/Makefile index fee7795d35..69b0f56cda 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE=3 PKG_MAINTAINER:=Matthias Schiffer PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://github.com/NeoRaider/fastd/releases/download/v$(PKG_VERSION) +PKG_SOURCE_URL:=https://github.com/neocturne/fastd/releases/download/v$(PKG_VERSION) PKG_HASH:=19750b88705d66811b7c21b672537909c19ae6b21350688cbd1a3a54d08a8951 PKG_LICENSE:=BSD-2-Clause LGPL-2.1-or-later @@ -53,7 +53,7 @@ define Package/fastd CATEGORY:=Network DEPENDS:=+kmod-tun +libpthread +libuecc +FASTD_WITH_STATUS_SOCKET:libjson-c +FASTD_WITH_CAPABILITIES:libcap TITLE:=Fast and Secure Tunneling Daemon - URL:=https://github.com/NeoRaider/fastd/ + URL:=https://github.com/neocturne/fastd/ SUBMENU:=VPN endef