virtualbox: add license

This commit is contained in:
Florian Klink 2017-12-22 12:22:01 +01:00 committed by Orivej Desh
parent 035dfacf43
commit eb12741c7a

View file

@ -206,6 +206,7 @@ in stdenv.mkDerivation {
meta = {
description = "PC emulator";
license = licenses.gpl2;
homepage = http://www.virtualbox.org/;
maintainers = with maintainers; [ flokli sander ];
platforms = [ "x86_64-linux" "i686-linux" ];