a52dec: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:15:46 +02:00
parent 4c9d8d4c3f
commit a0f1175bcf
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = "ATSC A/52 stream decoder";
homepage = http://liba52.sourceforge.net/;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2;
};
}