iputils: Completed missing meta.longDescription

Provided a more complete and fleshed out meta.longDescription from the project's README
This commit is contained in:
Craige McWhirter 2019-07-15 16:30:16 +10:00 committed by Matthieu Coudron
parent c360afa866
commit 2af6760541

View file

@ -59,5 +59,19 @@ in stdenv.mkDerivation {
license = with licenses; [ gpl2Plus bsd3 sunAsIsLicense ];
platforms = platforms.linux;
maintainers = with maintainers; [ primeos lheckemann ];
longDescription = ''
A set of small useful utilities for Linux networking including:
arping
clockdiff
ninfod
ping
rarpd
rdisc
tftpd
tracepath
traceroute6
'';
};
}