oven-media-engine: correct meta.licenses
Since a20b5ff7399ebc6d05b6de88d0e97f4cb38a8c6f, OME has been licensed under AGPLv3.
This commit is contained in:
parent
0af35df7b8
commit
d026c57cfe
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Open-source streaming video service with sub-second latency";
|
||||
homepage = "https://ovenmediaengine.com";
|
||||
license = licenses.gpl2Only;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ lukegb ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user