From 2afcf342815e7437e88ce9f0591a3449a1e8c71d Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sun, 8 Jan 2017 16:30:05 -0600 Subject: elfutils: Update website and URL to new sourceware location. --- pkgs/development/tools/misc/elfutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/tools/misc/elfutils') diff --git a/pkgs/development/tools/misc/elfutils/default.nix b/pkgs/development/tools/misc/elfutils/default.nix index c1180c0393a08..6e80f0907bc66 100644 --- a/pkgs/development/tools/misc/elfutils/default.nix +++ b/pkgs/development/tools/misc/elfutils/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { version = "0.168"; src = fetchurl { - url = "http://fedorahosted.org/releases/e/l/elfutils/${version}/${name}.tar.bz2"; + url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2"; sha256 = "0xn2fbgda1i703csfs35frvm7l068ybmay4ssrykqdx17f4hg3dq"; }; @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { }; meta = { - homepage = https://fedorahosted.org/elfutils/; + homepage = https://sourceware.org/elfutils/; description = "A set of utilities to handle ELF objects"; platforms = lib.platforms.linux; license = lib.licenses.gpl3; -- cgit 1.4.1