From e7a4b33c1ec28df79eb056dcf0f09e3e2ac00c03 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 17 Jun 2026 18:31:27 +0200 Subject: [PATCH] nix(forge): drop tracker tag from ROOT_URL comment Rewrite the ROOT_URL scheme comment as prose without the parenthetical issue reference, which the tracker-tag lint flags in source files. --- nix/modules/hive-forge.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/modules/hive-forge.nix b/nix/modules/hive-forge.nix index 022dda29..f9ca2306 100644 --- a/nix/modules/hive-forge.nix +++ b/nix/modules/hive-forge.nix @@ -16,8 +16,8 @@ let # canonical port for the scheme — 80 for http, 443 for https). The # scheme + port follow what the gateway actually serves: `https` when # the gateway terminates TLS (a self-signed cert or an external - # `tls.certDir`), `http` otherwise (#1724) — advertising `http://` for - # a TLS gateway produces broken clone links + mixed-content redirects. + # `tls.certDir`), `http` otherwise — advertising `http://` for a TLS + # gateway produces broken clone links + mixed-content redirects. # When direct (gateway off or `behindGateway = false`), keep the # host:httpPort shape so direct browser access still produces correct # links. Operators can still override via `cfg.rootUrl` for bespoke