iana-etc: fixed source URL and homepage (#23167)
The homepage has moved years ago.
This commit is contained in:
parent
05706869a8
commit
56a4640b0c
@ -4,14 +4,14 @@ stdenv.mkDerivation rec {
|
|||||||
name = "iana-etc-2.30";
|
name = "iana-etc-2.30";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sethwklein.net/projects/iana-etc/downloads/${name}.tar.bz2";
|
url = "http://sethwklein.net/${name}.tar.bz2";
|
||||||
sha256 = "03gjlg5zlwsdk6qyw3v85l129rna5bpm4m7pzrp864h0n97qg9mr";
|
sha256 = "03gjlg5zlwsdk6qyw3v85l129rna5bpm4m7pzrp864h0n97qg9mr";
|
||||||
};
|
};
|
||||||
|
|
||||||
preInstall = "installFlags=\"PREFIX=$out\"";
|
preInstall = "installFlags=\"PREFIX=$out\"";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://sethwklein.net/projects/iana-etc/;
|
homepage = http://sethwklein.net/iana-etc;
|
||||||
description = "IANA protocol and port number assignments (/etc/protocols and /etc/services)";
|
description = "IANA protocol and port number assignments (/etc/protocols and /etc/services)";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user