fping: add license
This commit is contained in:
parent
49ee72b744
commit
05290a6c01
1 changed files with 4 additions and 3 deletions
|
@ -10,10 +10,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [ "--enable-ipv6" "--enable-ipv4" ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://fping.org/;
|
||||
description = "Send ICMP echo probes to network hosts";
|
||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
maintainers = with maintainers; [ the-kenny ];
|
||||
license = licenses.bsd0;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue