diff --git a/pkgs/vcsi/default.nix b/pkgs/vcsi/default.nix index 69d6aa6..cb128a0 100644 --- a/pkgs/vcsi/default.nix +++ b/pkgs/vcsi/default.nix @@ -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; + }; + }