From 3cc5225b4b9a9106f73efc2e53f8927187398754 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 8 May 2023 12:42:47 -0400
Subject: [PATCH] issue link

---
 src/Tahoe/Announcement.hs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/Tahoe/Announcement.hs b/src/Tahoe/Announcement.hs
index 6fb69a1..3ad916d 100644
--- a/src/Tahoe/Announcement.hs
+++ b/src/Tahoe/Announcement.hs
@@ -107,6 +107,11 @@ greatBlackSwampURIs =
 {- | Parse a Tahoe-LAFS fURL.  For example:
 
  pb://gnuer2axzoq3ggnn7gjoybmfqsjvaow3@tcp:localhost:46185/sxytycucj5eeunlx6modfazq5byp2hpb
+
+  This *does not* parse NURLs which are the expected way that GBS locations
+  will be communicated.
+
+  See https://whetstone.private.storage/privatestorage/gbs-downloader/-/issues/6
 -}
 parseURI' :: T.Text -> Maybe URI
 parseURI' = Network.URI.parseURI . T.unpack . Data.Text.replace "tcp:" ""
-- 
GitLab