janus-gateway: add changelog to meta

This commit is contained in:
Mario Rodas 2023-04-16 08:22:00 +00:00
parent 73664db7fa
commit 2dd10bd4eb

View file

@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "General purpose WebRTC server";
homepage = "https://janus.conf.meetecho.com/";
changelog = "https://github.com/meetecho/janus-gateway/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz ];