vcs: correct license to lgpl21Plus

This commit is contained in:
Toni Corvera
2024-04-26 12:28:34 +02:00
parent c82a0a78f6
commit 5133eeab2d
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = {
description = "Generates contact sheets from video files";
homepage = "http://p.outlyer.net/vcs";
license = licenses.cc-by-nc-sa-30;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ elitak ];
platforms = with platforms; unix;
mainProgram = "vcs";