Merge pull request #306891 from outlyer-net/fix-vcs-license
vcs: correct license to lgpl21Plus
This commit is contained in:
commit
b00f19626a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user