From 2dd10bd4eba637bdeed723c1648e99a6a38d63ce Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 16 Apr 2023 08:22:00 +0000 Subject: [PATCH] janus-gateway: add changelog to meta --- pkgs/servers/janus-gateway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/janus-gateway/default.nix b/pkgs/servers/janus-gateway/default.nix index bc09a5ab7ec2..0eac828f8d20 100644 --- a/pkgs/servers/janus-gateway/default.nix +++ b/pkgs/servers/janus-gateway/default.nix @@ -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 ];