magnetico: 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:52:25 +02:00
parent ac8b46d1c2
commit 4dffcfc395
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

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