Merge pull request #167183 from lukegb/correct-oms-license

oven-media-engine: correct meta.licenses
This commit is contained in:
ajs124
2022-04-05 16:31:41 +02:00
committed by GitHub
@@ -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" ];
};