From 2a0bb336e9eb4b564ad6da3ebc0efd80ecea50e1 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 15 Aug 2023 13:46:06 -0400
Subject: [PATCH] reference the repository

---
 tahoe-capabilities.cabal | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tahoe-capabilities.cabal b/tahoe-capabilities.cabal
index 58c7d85..6389548 100644
--- a/tahoe-capabilities.cabal
+++ b/tahoe-capabilities.cabal
@@ -61,6 +61,11 @@ extra-doc-files:
 -- Extra source files to be distributed with the package, such as examples, or a tutorial module.
 -- extra-source-files:
 
+source-repository head
+  type:     git
+  location:
+    gitlab@whetstone.private.storage:privatestorage/tahoe-capabilities.git
+
 common warnings
   ghc-options: -Wall
 
-- 
GitLab