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

This commit is contained in:
Michele Guerini Rocco 2024-10-23 11:38:01 +02:00 committed by GitHub
commit 93294ed54a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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 ];

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";