python310Packages.websockify: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-12 19:19:37 +01:00
parent 6a231a6eb7
commit 76cd5ee9d2

View File

@ -23,7 +23,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "WebSockets support for any application/server";
homepage = "https://github.com/kanaka/websockify";
license = licenses.lgpl3;
changelog = "https://github.com/novnc/websockify/releases/tag/v${version}";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ ];
};
}