diff options
Diffstat (limited to 'main/coreutils/APKBUILD')
-rw-r--r-- | main/coreutils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 581f33b18c..22976d5159 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -5,7 +5,7 @@ pkgname=coreutils pkgver=8.28 pkgrel=0 pkgdesc="The basic file, shell and text manipulation utilities" -url="http://www.gnu.org/software/coreutils/" +url="https://www.gnu.org/software/coreutils/" arch="all" license="GPL3+" makedepends="bash acl-dev perl" |