ebtables: add license
This commit is contained in:
parent
c1ed60e64c
commit
89ec828a90
@ -24,9 +24,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preInstall = "mkdir -p $out/etc/sysconfig";
|
preInstall = "mkdir -p $out/etc/sysconfig";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A filtering tool for Linux-based bridging firewalls";
|
description = "A filtering tool for Linux-based bridging firewalls";
|
||||||
homepage = http://ebtables.sourceforge.net/;
|
homepage = http://ebtables.sourceforge.net/;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user