]> gitweb.michael.orlitzky.com - mailbox-count.git/blobdiff - mailbox-count.cabal
mailbox-count.cabal: http -> https
[mailbox-count.git] / mailbox-count.cabal
index d4997aa0da7508453349471fbd18bd656bfd4f82..763dc7b270131485998b85c9d585f73887e9e630 100644 (file)
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           mailbox-count
-version:        0.0.5
+version:        0.0.6
 author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 license:        AGPL-3.0-only
@@ -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 <http://postfixadmin.sourceforge.net/>,
+  with the schema used by PostfixAdmin <https://postfixadmin.sourceforge.net/>,
   but it is possible to supply your own queries via the @--summary-query@
   and @--detail-query@ options.
 
@@ -195,7 +195,6 @@ test-suite testsuite
     directory                   >= 1.2,
     filepath                    >= 1.3,
     HDBC                        >= 2.4,
-    HDBC-postgresql             >= 2.3,
     HDBC-sqlite3                >= 2.3,
     MissingH                    >= 1.2,
     tasty                       >= 0.8,
@@ -217,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