flvtool2: add licenses

This commit is contained in:
Markus Kowalewski 2018-09-12 21:58:01 +02:00
parent 4d933fbfdc
commit d9416449b5
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

@ -1,4 +1,4 @@
{ buildRubyGem, ruby }:
{ lib, buildRubyGem, ruby }:
buildRubyGem rec {
inherit ruby;
@ -12,5 +12,6 @@ buildRubyGem rec {
homepage = https://github.com/unnu/flvtool2;
description = "A tool to manipulate Macromedia Flash Video files";
platforms = ruby.meta.platforms;
license = lib.licenses.bsd3;
};
}