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
commit 79e3eace8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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