vde2: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:49:56 +02:00
parent 9e94e8ae4a
commit 6e94773854
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -20,9 +20,10 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
meta = with stdenv.lib; {
homepage = http://vde.sourceforge.net/;
description = "Virtual Distributed Ethernet, an Ethernet compliant virtual network";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}