diff options
author | Joey Schaff <j@jaoh.xyz> | 2024-05-04 19:37:31 -0400 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-05-09 22:13:17 +0200 |
commit | e4c1e063d19e3449b965fa5aca30c6642f16f2a1 (patch) | |
tree | eba65eb2ddef46a0f30efd05a2cce113dc675b42 /README.md | |
parent | 8307776f893b1ee000dc83d8b8226f58403a389a (diff) | |
download | aerc-e4c1e063d19e3449b965fa5aca30c6642f16f2a1.tar.gz |
readme: fix broken arch binary link
Modified the Arch binary link in README.md to not point towards a 404
page.
Signed-off-by: Joey Schaff <j@jaoh.xyz>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ User contributions and integration with external tools: Recent versions of aerc are available on: - [Alpine](https://pkgs.alpinelinux.org/packages?name=aerc) -- [Arch](https://archlinux.org/packages/community/x86_64/aerc/) +- [Arch](https://archlinux.org/packages/extra/x86_64/aerc/) - [Debian](https://tracker.debian.org/pkg/aerc) - [Fedora](https://packages.fedoraproject.org/pkgs/aerc/aerc/) - [openSUSE](https://build.opensuse.org/package/show/openSUSE:Factory/aerc) |