Unverified Commit 2da53e78 authored by rnhmjoj's avatar rnhmjoj
Browse files

fakeroute: update source url

maxwell.ydns.eu is no more, the repository is now at maxwell.eurofusion.eu.
parent 4dffcfc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";