flvtool2: add licenses
This commit is contained in:
parent
4d933fbfdc
commit
d9416449b5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue