diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-26 02:07:50 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-26 02:07:50 +0000 |
commit | bfd3c1addff9a65a36b079bbaa2d0c60cbb246da (patch) | |
tree | b7679bd4454f85b3ea341d9a7d7c9b5c88e09721 /user/kinfocenter/APKBUILD | |
parent | e53771be5016073794f32a10cf7a27198cd0ee49 (diff) | |
download | packages-bfd3c1addff9a65a36b079bbaa2d0c60cbb246da.tar.gz packages-bfd3c1addff9a65a36b079bbaa2d0c60cbb246da.tar.bz2 packages-bfd3c1addff9a65a36b079bbaa2d0c60cbb246da.tar.xz packages-bfd3c1addff9a65a36b079bbaa2d0c60cbb246da.zip |
Fix dead/broken URLs for some packages
Diffstat (limited to 'user/kinfocenter/APKBUILD')
-rw-r--r-- | user/kinfocenter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/kinfocenter/APKBUILD b/user/kinfocenter/APKBUILD index ff1912a29..2751f3d1f 100644 --- a/user/kinfocenter/APKBUILD +++ b/user/kinfocenter/APKBUILD @@ -4,7 +4,7 @@ pkgname=kinfocenter pkgver=5.18.0 pkgrel=0 pkgdesc="Information about the running computer" -url="https://www.kde.org/applications/system/kinfocenter/" +url="https://userbase.kde.org/KInfoCenter" arch="all" license="GPL-2.0-only" depends="" |