Merge pull request #306891 from outlyer-net/fix-vcs-license

vcs: correct license to lgpl21Plus
This commit is contained in:
Aleksana 2024-04-26 19:18:06 +08:00 committed by GitHub
commit b00f19626a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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";