oven-media-engine: correct meta.licenses

Since a20b5ff7399ebc6d05b6de88d0e97f4cb38a8c6f, OME has been licensed
under AGPLv3.
This commit is contained in:
Luke Granger-Brown 2022-04-04 13:51:41 +00:00
parent 0af35df7b8
commit d026c57cfe

View file

@ -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" ];
};