summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-06-23 11:06:05 -0400
committerGitHub <noreply@github.com>2023-06-23 17:06:05 +0200
commitb1aa0e4caac7ded69adcdd9597e1870fb7475d67 (patch)
treef521f49e2214e6943e0888f58a8bbd6f4cfc127b
parent86ce6b4c34d4ddad38dd00ce6455eb3985ed8bd9 (diff)
doc: Fix Arch Linux package link (#70)
Arch recently merged [community] into [extra]. Link: https://archlinux.org/news/git-migration-completed/
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7363a97..2e765df 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@
<a href="https://crates.io/crates/kmon/">
<img src="https://img.shields.io/crates/v/kmon?color=000000&style=flat-square">
</a>
- <a href="https://www.archlinux.org/packages/community/x86_64/kmon/">
- <img src="https://img.shields.io/archlinux/v/community/x86_64/kmon?color=000000&style=flat-square">
+ <a href="https://www.archlinux.org/packages/extra/x86_64/kmon/">
+ <img src="https://img.shields.io/archlinux/v/extra/x86_64/kmon?color=000000&style=flat-square">
</a>
<br>
<a href="https://github.com/orhun/kmon/actions?query=workflow%3A%22Continuous+Integration%22">