ebtables: add license

This commit is contained in:
Markus Kowalewski
2018-08-23 17:48:30 +02:00
parent c1ed60e64c
commit 89ec828a90

View File

@@ -24,9 +24,10 @@ stdenv.mkDerivation rec {
preInstall = "mkdir -p $out/etc/sysconfig";
meta = {
meta = with stdenv.lib; {
description = "A filtering tool for Linux-based bridging firewalls";
homepage = http://ebtables.sourceforge.net/;
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2;
platforms = platforms.linux;
};
}