Unverified Commit 93294ed5 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

{fakeroute,magnetico}: update source url (#350662)

parents f6058e6a 2da53e78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ buildGoModule rec {
  version = "0.12.1";

  src = fetchFromGitea {
    domain = "maxwell.ydns.eu/git";
    domain = "maxwell.eurofusion.eu/git";
    owner  = "rnhmjoj";
    repo   = "magnetico";
    rev    = "v${version}";
@@ -31,7 +31,7 @@ buildGoModule rec {

  meta = with lib; {
    description  = "Autonomous (self-hosted) BitTorrent DHT search engine suite";
    homepage     = "https://maxwell.ydns.eu/git/rnhmjoj/magnetico";
    homepage     = "https://maxwell.eurofusion.eu/git/rnhmjoj/magnetico";
    license      = licenses.agpl3Only;
    badPlatforms = platforms.darwin;
    maintainers  = with maintainers; [ rnhmjoj ];
+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";