openmsx: add license

This commit is contained in:
Markus Kowalewski 2020-06-30 21:39:52 +02:00
parent 0a2a353ad5
commit 19d41f90b4
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://openmsx.org";
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
license = with licenses; [ bsd2 boost gpl2 ];
};
}