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.
This commit is contained in:
atlas 2026-06-17 18:31:27 +02:00 committed by mara
commit e7a4b33c1e

View file

@ -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