mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
python310Packages.websockify: add changelog to meta
This commit is contained in:
parent
6a231a6eb7
commit
76cd5ee9d2
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user