diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:08:21 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 19:08:21 +0100 |
commit | 6a2d7e7469498563a4783ab87bbc45cc6aa735fe (patch) | |
tree | a862f129d3b336faf47f46cbffdac8f5a2937ef8 /main/fetchmail | |
parent | 998b131ef07cdba010e8452ca0c2936ec8d0eca0 (diff) | |
download | aports-6a2d7e7469498563a4783ab87bbc45cc6aa735fe.tar.bz2 aports-6a2d7e7469498563a4783ab87bbc45cc6aa735fe.tar.xz |
main/fetchmail: fix url=
Diffstat (limited to 'main/fetchmail')
-rw-r--r-- | main/fetchmail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD index 411ebbea94..9dd3ef3ef5 100644 --- a/main/fetchmail/APKBUILD +++ b/main/fetchmail/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fetchmail pkgver=6.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="A remote-mail retrieval and forwarding utility" -url="http://www.fetchmail.info/" +url="https://www.fetchmail.info/" arch="all" license="GPL-2.0-or-later AND Public Domain" pkgusers="fetchmail" |