forked from mirrors/nixpkgs
janus-gateway: add changelog to meta
This commit is contained in:
parent
73664db7fa
commit
2dd10bd4eb
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue