fakeroute: update source url

maxwell.ydns.eu is no more, the repository is now at maxwell.eurofusion.eu.
This commit is contained in:
rnhmjoj 2024-10-23 09:55:41 +02:00
parent 4dffcfc395
commit 2da53e7869
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.3";
src = fetchurl {
url = "https://maxwell.ydns.eu/git/rnhmjoj/fakeroute/releases/download/v${version}/fakeroute-${version}.tar.gz";
url = "https://maxwell.eurofusion.eu/git/rnhmjoj/fakeroute/releases/download/v${version}/fakeroute-${version}.tar.gz";
hash = "sha256-DoXGJm8vOlAD6ZuvVAt6bkgfahc8WgyYIXCrgqzfiWg=";
};
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = ''
Make your machine appears to be anywhere on the internet in a traceroute
'';
homepage = "https://maxwell.ydns.eu/git/rnhmjoj/fakeroute";
homepage = "https://maxwell.eurofusion.eu/git/rnhmjoj/fakeroute";
license = licenses.bsd3;
platforms = platforms.linux;
mainProgram = "fakeroute";