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