about summary refs log tree commit diff
path: root/pkgs/applications/video/vcs/default.nix
diff options
context:
space:
mode:
authorToni Corvera <outlyer@gmail.com>2024-04-26 12:28:34 +0200
committerToni Corvera <outlyer@gmail.com>2024-04-26 12:28:34 +0200
commit5133eeab2dc4af9bafe41a0da51e5a0a7e5774c2 (patch)
treef4af15c708bf0b0c3e9d9b210a082e66e8cd47db /pkgs/applications/video/vcs/default.nix
parentc82a0a78f6ad12c7932435221f8542cb12bd4e12 (diff)
vcs: correct license to lgpl21Plus
Diffstat (limited to 'pkgs/applications/video/vcs/default.nix')
-rw-r--r--pkgs/applications/video/vcs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/vcs/default.nix b/pkgs/applications/video/vcs/default.nix
index e21e3a98f1f7f..63a9989134735 100644
--- a/pkgs/applications/video/vcs/default.nix
+++ b/pkgs/applications/video/vcs/default.nix
@@ -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";