jool: add license

This commit is contained in:
Markus Kowalewski
2018-08-30 21:26:04 +02:00
parent 4caab41c1b
commit d6aabb1f9a

View File

@@ -24,6 +24,7 @@ stdenv.mkDerivation {
homepage = https://www.jool.mx/;
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - CLI tools";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ fpletz ];
};
}