diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 01:14:59 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 01:14:59 -0300 |
commit | 2f6605d214322e62b6a0c290360b91a2f8a7224d (patch) | |
tree | 4879b7daed3088ca2b107dfc99b9adefab30f10f /testing/neomutt | |
parent | c2269b430b8c6efa1c2e58c11d9e4427e391040c (diff) | |
download | aports-2f6605d214322e62b6a0c290360b91a2f8a7224d.tar.bz2 aports-2f6605d214322e62b6a0c290360b91a2f8a7224d.tar.xz |
testing/neomutt: fix url
Diffstat (limited to 'testing/neomutt')
-rw-r--r-- | testing/neomutt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/neomutt/APKBUILD b/testing/neomutt/APKBUILD index 59423a7593..9fc9042d05 100644 --- a/testing/neomutt/APKBUILD +++ b/testing/neomutt/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Leo <thinakbit.ukim@gmail.com> pkgname=neomutt pkgver=20180716 -pkgrel=1 +pkgrel=2 pkgdesc="Mutt with miscellaneous fixes and feature patches" -url="https://www.neomutt.org/" +url="https://neomutt.org/" arch="all" license="GPL-2.0-or-later" makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libidn-dev |