flashplayer: Add license field

This commit is contained in:
Eelco Dolstra 2014-03-14 13:24:04 +01:00
parent d88a4272bd
commit 5a807eaedb

View file

@ -88,5 +88,6 @@ stdenv.mkDerivation {
meta = {
description = "Adobe Flash Player browser plugin";
homepage = http://www.adobe.com/products/flashplayer/;
license = "unfree";
};
}