X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=list-remote-forwards.cabal;h=53dfcd9ef348c5837f73f56fe2c35cbcc1ace98a;hb=299fc3d5e87253e39220833d0302055abd48a173;hp=bbf73d2a9edf1887b8003a771965b470bc5c7434;hpb=3162fcab26da67c5b0169e552e7de74aef92101c;p=list-remote-forwards.git diff --git a/list-remote-forwards.cabal b/list-remote-forwards.cabal index bbf73d2..53dfcd9 100644 --- a/list-remote-forwards.cabal +++ b/list-remote-forwards.cabal @@ -1,14 +1,16 @@ cabal-version: 3.0 name: list-remote-forwards -version: 0.0.2 +version: 0.0.4 author: Michael Orlitzky -maintainer: Michael Orlitzky -license: AGPL-3.0-only +maintainer: Michael Orlitzky +homepage: https://michael.orlitzky.com/code/list-remote-forwards.xhtml +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: + doc/COPYING doc/list-remote-forwardsrc.example doc/man1/list-remote-forwards.1 test/fixtures/postfixadmin.sqlite3 @@ -91,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) - 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. @@ -220,5 +222,5 @@ test-suite doctests source-repository head type: git - location: http://gitweb.michael.orlitzky.com/list-remote-forwards.git + location: https://gitweb.michael.orlitzky.com/list-remote-forwards.git branch: master