diff options
author | Anthony Wang | 2021-10-14 12:34:03 -0500 |
---|---|---|
committer | Anthony Wang | 2021-10-14 12:34:03 -0500 |
commit | 9fb54d547fe6e404b892c0bbc671209c1cf945f8 (patch) | |
tree | 2df8b9459d8fd084d827ac2351c1e23b97bec4d9 /config.toml | |
parent | fd417f94ef9969c715d38f25945333d50dd6b43c (diff) |
Use AUR packages link instead of AUR account on home page
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 034ed54..bc459f2 100644 --- a/config.toml +++ b/config.toml @@ -54,5 +54,5 @@ theme = 'gokarna' {name = 'gitea', url = 'https://git.exozy.me/Ta180m/'}, {name = 'github', url = 'https://github.com/Ta180m/'}, {name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'}, - {name = 'archlinux', url = 'https://aur.archlinux.org/account/Ta180m/'}, + {name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=Ta180m&SeB=m'}, ] |