fping: add license

This commit is contained in:
Markus Kowalewski 2018-08-20 00:27:04 +02:00
parent 49ee72b744
commit 05290a6c01
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}