iputils: Completed missing meta.longDescription
Provided a more complete and fleshed out meta.longDescription from the project's README
This commit is contained in:
parent
c360afa866
commit
2af6760541
@ -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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user