diff options
author | Manuel Thalmann | 2024-03-20 14:46:47 +0100 |
---|---|---|
committer | Manuel Thalmann | 2024-03-20 14:46:47 +0100 |
commit | 7b7f91d2f858a30bb3a7f0b0126271f853b438d3 (patch) | |
tree | ff6854ab016f180052eec4c3d701d7b70748c637 /PKGBUILD | |
parent | 4eb04e113901683801fb126902c6a9138f0bedbb (diff) | |
download | aur-7b7f91d2f858a30bb3a7f0b0126271f853b438d3.tar.gz |
Fix incorrect homepage
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgver="0.18.0" pkgrel=1 pkgdesc="Cross shell and platform alias management" arch=(x86_64 armv7h aarch64) -url="https://github.com/$_repo" +url="https://aliae.dev" license=('MIT') groups=() depends=('ncurses') |