mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 15:15:36 +00:00
dhcpdump: add license, update homepage
This commit is contained in:
parent
4dcdb693af
commit
0f6134f8ad
|
@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
|
||||||
cp dhcpdump $out/bin
|
cp dhcpdump $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
|
description = "A tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
|
||||||
homepage = https://packages.ubuntu.com/ru/lucid/dhcpdump;
|
homepage = http://www.mavetju.org/unix/dhcpdump-man.php;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue