elfutils: Update website and URL to new sourceware location.

This commit is contained in:
Will Dietz 2017-01-08 16:30:05 -06:00
parent 157b216852
commit 2afcf34281

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
version = "0.168"; version = "0.168";
src = fetchurl { 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"; sha256 = "0xn2fbgda1i703csfs35frvm7l068ybmay4ssrykqdx17f4hg3dq";
}; };
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
}; };
meta = { meta = {
homepage = https://fedorahosted.org/elfutils/; homepage = https://sourceware.org/elfutils/;
description = "A set of utilities to handle ELF objects"; description = "A set of utilities to handle ELF objects";
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
license = lib.licenses.gpl3; license = lib.licenses.gpl3;