]> gitweb.michael.orlitzky.com - mailbox-count.git/blobdiff - mailbox-count.cabal
doc/COPYING,mailbox-count.cabal: use AGPL-3+, include COPYING
[mailbox-count.git] / mailbox-count.cabal
index 99dedae3bfc5d1d13ebf018abfdfc1e1868dcb9b..c495ca2cff93cad3f34d519f641e2ee3c34c2c35 100644 (file)
@@ -2,18 +2,20 @@ cabal-version:  3.0
 name:           mailbox-count
 version:        0.0.6
 author:         Michael Orlitzky
-maintainer:    Michael Orlitzky <michael@orlitzky.com>
-license:        AGPL-3.0-only
+maintainer:     Michael Orlitzky <michael@orlitzky.com>
+license:        AGPL-3.0-or-later
 license-file:   doc/LICENSE
+homepage:       https://michael.orlitzky.com/code/mailbox-count.xhtml
 bug-reports:    mailto:michael@orlitzky.com
 category:       Mail, Utils
 build-type:     Simple
 extra-source-files:
+  doc/COPYING
   doc/mailbox-countrc.example
   doc/man1/mailbox-count.1
   test/fixtures/postfixadmin.sqlite3
 synopsis:
-  Count mailboxes in a SQL database.
+  Count mailboxes in a SQL database
 description:
   /Usage/:
 
@@ -23,7 +25,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.
 
@@ -216,5 +218,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