diff --git a/pkgs/by-name/fr/freenet/package.nix b/pkgs/by-name/fr/freenet/package.nix index c63e58b7fe6d..d51ce7d74df9 100644 --- a/pkgs/by-name/fr/freenet/package.nix +++ b/pkgs/by-name/fr/freenet/package.nix @@ -18,7 +18,7 @@ let jdk = jdk_headless; freenet_ext = fetchurl { - url = "https://github.com/freenet/fred/releases/download/build01495/freenet-ext.jar"; + url = "https://github.com/hyphanet/fred/releases/download/build01495/freenet-ext.jar"; hash = "sha256-MvKz1r7t9UE36i+aPr72dmbXafCWawjNF/19tZuk158="; }; @@ -98,7 +98,7 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ nagy ]; platforms = with lib.platforms; linux; - changelog = "https://github.com/freenet/fred/blob/build${version}/NEWS.md"; + changelog = "https://github.com/hyphanet/fred/blob/build${version}/NEWS.md"; mainProgram = "freenet"; }; }