]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - list-remote-forwards.cabal
list-remote-forwards.cabal: fix triples -> pairs
[list-remote-forwards.git] / list-remote-forwards.cabal
index c84b856fe3dd319374b39f449a67b2b1cbfca653..53dfcd9ef348c5837f73f56fe2c35cbcc1ace98a 100644 (file)
@@ -1,15 +1,16 @@
 cabal-version:  3.0
 name:           list-remote-forwards
 cabal-version:  3.0
 name:           list-remote-forwards
-version:        0.0.3
+version:        0.0.4
 author:         Michael Orlitzky
 maintainer:     Michael Orlitzky <michael@orlitzky.com>
 homepage:       https://michael.orlitzky.com/code/list-remote-forwards.xhtml
 author:         Michael Orlitzky
 maintainer:     Michael Orlitzky <michael@orlitzky.com>
 homepage:       https://michael.orlitzky.com/code/list-remote-forwards.xhtml
-license:        AGPL-3.0-only
+license:        AGPL-3.0-or-later
 license-file:   doc/LICENSE
 bug-reports:    mailto:michael@orlitzky.com
 category:       Mail, Utils
 build-type:     Simple
 extra-source-files:
 license-file:   doc/LICENSE
 bug-reports:    mailto:michael@orlitzky.com
 category:       Mail, Utils
 build-type:     Simple
 extra-source-files:
+  doc/COPYING
   doc/list-remote-forwardsrc.example
   doc/man1/list-remote-forwards.1
   test/fixtures/postfixadmin.sqlite3
   doc/list-remote-forwardsrc.example
   doc/man1/list-remote-forwards.1
   test/fixtures/postfixadmin.sqlite3
@@ -92,7 +93,7 @@ description:
 
       SQL query used to produce a list of all forwards on the mail
       system. This query should return the set of all (address, goto)
 
       SQL query used to produce a list of all forwards on the mail
       system. This query should return the set of all (address, goto)
-      triples, where \"goto\" is the destination address; i.e. to
+      pairs, where \"goto\" is the destination address; i.e. to
       where the \"address\" forwards. The \"goto\" field may contain
       more than one email address, separated by commas.
 
       where the \"address\" forwards. The \"goto\" field may contain
       more than one email address, separated by commas.