elfutils: Update website and URL to new sourceware location.
This commit is contained in:
parent
157b216852
commit
2afcf34281
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user