diff options
Diffstat (limited to 'main/automake/APKBUILD')
-rw-r--r-- | main/automake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/automake/APKBUILD b/main/automake/APKBUILD index 3debe683cd..daca451975 100644 --- a/main/automake/APKBUILD +++ b/main/automake/APKBUILD @@ -3,7 +3,7 @@ pkgname=automake pkgver=1.15.1 pkgrel=0 pkgdesc="A GNU tool for automatically creating Makefiles" -url="http://www.gnu.org/software/automake" +url="https://www.gnu.org/software/automake" arch="noarch" license="GPL2+ MIT Public Domain" depends="perl" |