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 = [ ];