From: Michael Orlitzky Date: Thu, 25 Apr 2024 21:46:06 +0000 (-0400) Subject: mailbox-count.cabal: http -> https X-Git-Tag: 0.0.7~5 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=75c881f82720ebe7829f27d526ce7240f69b024c mailbox-count.cabal: http -> https --- 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