From ce08c9da2f6094594ce098c339cf84b678c5e230 Mon Sep 17 00:00:00 2001 From: Harinn Date: Mon, 15 Jun 2026 23:17:09 +0700 Subject: [PATCH] python3Packages.websockify: fix meta.homepage URL --- pkgs/development/python-modules/websockify/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/websockify/default.nix b/pkgs/development/python-modules/websockify/default.nix index 0c7c67879aa6..e0f4026c48ee 100644 --- a/pkgs/development/python-modules/websockify/default.nix +++ b/pkgs/development/python-modules/websockify/default.nix @@ -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 = [ ];