aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtemis Everfree <artemis@artemis.sh>2024-07-24 18:38:25 -0700
committerArtemis Everfree <artemis@artemis.sh>2024-07-24 18:38:25 -0700
commit27667b10dfb8cd78dca7bb6f8de7525ddfda6f92 (patch)
treeee1076d0fcf860ebba7bb038c2ab02fe5df998c9 /net-vpn/fastd
parentnet-libs/libuecc: update HOMEPAGE, SRC_URI (diff)
downloadguru-27667b10dfb8cd78dca7bb6f8de7525ddfda6f92.tar.gz
guru-27667b10dfb8cd78dca7bb6f8de7525ddfda6f92.tar.bz2
guru-27667b10dfb8cd78dca7bb6f8de7525ddfda6f92.zip
net-vpn/fastd: update SRC_URI
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
Diffstat (limited to 'net-vpn/fastd')
-rw-r--r--net-vpn/fastd/fastd-22.ebuild2
-rw-r--r--net-vpn/fastd/metadata.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/fastd/fastd-22.ebuild b/net-vpn/fastd/fastd-22.ebuild
index 2bea9a1ea..7c0e586af 100644
--- a/net-vpn/fastd/fastd-22.ebuild
+++ b/net-vpn/fastd/fastd-22.ebuild
@@ -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.
diff --git a/net-vpn/fastd/metadata.xml b/net-vpn/fastd/metadata.xml
index e549fbf6f..00f752eea 100644
--- a/net-vpn/fastd/metadata.xml
+++ b/net-vpn/fastd/metadata.xml
@@ -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>