vcs: correct license to lgpl21Plus

+1 -1
+1 -1
pkgs/applications/video/vcs/default.nix
··· 35 meta = { 36 description = "Generates contact sheets from video files"; 37 homepage = "http://p.outlyer.net/vcs"; 38 - license = licenses.cc-by-nc-sa-30; 39 maintainers = with maintainers; [ elitak ]; 40 platforms = with platforms; unix; 41 mainProgram = "vcs";
··· 35 meta = { 36 description = "Generates contact sheets from video files"; 37 homepage = "http://p.outlyer.net/vcs"; 38 + license = licenses.lgpl21Plus; 39 maintainers = with maintainers; [ elitak ]; 40 platforms = with platforms; unix; 41 mainProgram = "vcs";