freenet: update GitHub owner name
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user