fix: url -> homepage

This commit is contained in:
wyj
2025-12-22 07:14:31 -05:00
parent e49780e763
commit ca99a3a6bd
9 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ pkgname=patch
pkgver=2.8
pkgdesc='A utility to apply patch files to original sources'
arch=('x86_64')
url='https://www.gnu.org/software/patch/'
homepage='https://www.gnu.org/software/patch/'
license=('GPL')
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")