Add Information
This commit is contained in:
parent
8cf7895d60
commit
a1b285facc
|
@ -24,5 +24,11 @@ python3Packages.buildPythonApplication {
|
|||
nose
|
||||
] ++ [ ffmpeg ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Create video contact sheets";
|
||||
homepage = "https://github.com/amietn/vcsi";
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue