From 75c881f82720ebe7829f27d526ce7240f69b024c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 25 Apr 2024 17:46:06 -0400 Subject: [PATCH] mailbox-count.cabal: http -> https --- mailbox-count.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 99dedae..763dc7b 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -23,7 +23,7 @@ description: Mailbox-count produces a simple count of mailboxes that exist per-domain in some SQL database. The default queries are compatible - with the schema used by PostfixAdmin , + with the schema used by PostfixAdmin , but it is possible to supply your own queries via the @--summary-query@ and @--detail-query@ options. @@ -216,5 +216,5 @@ test-suite doctests source-repository head type: git - location: http://gitweb.michael.orlitzky.com/mailbox-count.git + location: https://gitweb.michael.orlitzky.com/mailbox-count.git branch: master -- 2.43.2