summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-26 19:18:06 +0800
committerGitHub <noreply@github.com>2024-04-26 19:18:06 +0800
commitb00f19626a7ef8bfb065c087370a32aba634d9b2 (patch)
tree0bd148748af21b8ae16505f80ef7725c4a3d1dd5
parentMerge pull request #306158 from r-ryantm/auto-update/dynamodb-local (diff)
parentvcs: correct license to lgpl21Plus (diff)
downloadnixpkgs-b00f19626a7ef8bfb065c087370a32aba634d9b2.tar.gz
Merge pull request #306891 from outlyer-net/fix-vcs-license
vcs: correct license to lgpl21Plus
-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 e21e3a98f1f7..63a998913473 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";