freenet: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:48:31 +02:00
parent 9e33bdbdb5
commit dae9573ccc
+2 -2
View File
@@ -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";
};
}