From a1b285facc1072cf5db37a132903e275b59c63bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 14 Apr 2020 12:15:30 +0200 Subject: [PATCH] Add Information --- pkgs/vcsi/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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; + }; + }