iptables: add license

This commit is contained in:
Markus Kowalewski
2018-08-30 00:34:22 +02:00
parent 24ca5183b1
commit c911dc40a7

View File

@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
homepage = http://www.netfilter.org/projects/iptables/index.html;
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz ];
license = licenses.gpl2;
downloadPage = "http://www.netfilter.org/projects/iptables/files/";
updateWalker = true;
inherit version;