Add Information

This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-14 12:15:30 +02:00
parent 8cf7895d60
commit a1b285facc
1 changed files with 6 additions and 0 deletions

View File

@ -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;
};
}