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";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sethwklein.net/projects/iana-etc/downloads/${name}.tar.bz2";
|
||||
url = "http://sethwklein.net/${name}.tar.bz2";
|
||||
sha256 = "03gjlg5zlwsdk6qyw3v85l129rna5bpm4m7pzrp864h0n97qg9mr";
|
||||
};
|
||||
|
||||
preInstall = "installFlags=\"PREFIX=$out\"";
|
||||
|
||||
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)";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user