From 6b183db7ddbbb6652f02d8220f84f060c2565ac0 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 15 Aug 2023 14:34:29 -0400
Subject: [PATCH] point at the source repo

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

diff --git a/tahoe-ssk.cabal b/tahoe-ssk.cabal
index 6e18054..75215ab 100644
--- a/tahoe-ssk.cabal
+++ b/tahoe-ssk.cabal
@@ -77,6 +77,11 @@ extra-source-files:
   test/data/rsa-privkey-4.der
   test/data/tahoe-lafs-generated-rsa-privkey.der
 
+source-repository head
+  type:     git
+  location:
+    gitlab@whetstone.private.storage:privatestorage/tahoe-ssk.git
+
 common warnings
   ghc-options: -Wall -Werror=missing-fields
 
-- 
GitLab