python3Packages.websockify: fix meta.homepage URL

This commit is contained in:
Harinn
2026-06-15 23:17:09 +07:00
parent 5cd2dffea4
commit ce08c9da2f
@@ -49,7 +49,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "WebSockets support for any application/server";
mainProgram = "websockify";
homepage = "https://github.com/kanaka/websockify";
homepage = "https://github.com/novnc/websockify";
changelog = "https://github.com/novnc/websockify/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.lgpl3Only;
maintainers = [ ];