dosbox: add gpl2 license

This commit is contained in:
Matthew Bauer 2017-11-13 20:55:40 -06:00
parent 3e6040e3ec
commit fdf92b553d

@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
description = "A DOS emulator";
platforms = platforms.unix;
maintainers = with maintainers; [ matthewbauer ];
licenses = licenses.gpl2;
};
}