1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

dosbox: add gpl2 license

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

View file

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