net-vpn/fastd: update SRC_URI

Signed-off-by: Artemis Everfree <artemis@artemis.sh>
This commit is contained in:
Artemis Everfree 2024-07-24 18:38:25 -07:00
parent 354bc1a68a
commit 27667b10df
No known key found for this signature in database
GPG Key ID: C38F1795B0716FEF
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ inherit linux-info meson systemd
DESCRIPTION="A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP."
HOMEPAGE="https://fastd.readthedocs.io/"
SRC_URI="https://github.com/NeoRaider/fastd/releases/download/v${PV}/${P}.tar.xz"
SRC_URI="https://github.com/neocturne/fastd/releases/download/v${PV}/${P}.tar.xz"
# while source COPYRIGHT also mentions LGPLv2.1+, that only applies to
# vendored libmnl. we are using system libmnl.

View File

@ -7,7 +7,7 @@
<name>Artemis Everfree</name>
</maintainer>
<upstream>
<remote-id type="github">NeoRaider/fastd</remote-id>
<remote-id type="github">neocturne/fastd</remote-id>
</upstream>
<use>
<flag name="offload-l2tp">Offload L2TP traffic to the kernel when using the null@l2tp transport method</flag>