fakeroute: update source url
maxwell.ydns.eu is no more, the repository is now at maxwell.eurofusion.eu.
This commit is contained in:
parent
4dffcfc395
commit
2da53e7869
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user