From 180aeb73ecb2b1e25c8080d9e9f7d35d17659e86 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Aug 2023 15:37:39 -0400
Subject: [PATCH] fix the ascii art

---
 tahoe-directory.cabal | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tahoe-directory.cabal b/tahoe-directory.cabal
index de8c35b..31b6f54 100644
--- a/tahoe-directory.cabal
+++ b/tahoe-directory.cabal
@@ -18,9 +18,9 @@ name:            tahoe-directory
 -- See the Haskell package versioning policy (PVP) for standards
 -- guiding when and how versions should be incremented.
 -- https://pvp.haskell.org
--- PVP summary:     +-+------- breaking API changes
---                  | | +----- non-breaking API additions
---                  | | | +--- code changes with no API change
+-- PVP summary:  +-+------- breaking API changes
+--               | | +----- non-breaking API additions
+--               | | | +--- code changes with no API change
 version:         0.1.0.0
 
 -- A short (one-line) description of the package.
-- 
GitLab