From 65b1042230a25c125eba2771aa17e139c7b608e6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 15 Aug 2023 13:28:52 -0400 Subject: [PATCH] fix the homepage url --- tahoe-capabilities.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tahoe-capabilities.cabal b/tahoe-capabilities.cabal index 9905333..df0f1ce 100644 --- a/tahoe-capabilities.cabal +++ b/tahoe-capabilities.cabal @@ -31,7 +31,7 @@ version: 0.1.0.0 -- URL for the project homepage or repository. homepage: - https://whetstone.private/storage/PrivateStorage/tahoe-capabilities + https://whetstone.private.storage/PrivateStorage/tahoe-capabilities -- The license under which the package is released. license: LGPL-3.0-or-later -- GitLab