summaryrefslogtreecommitdiff
path: root/system/vim
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2019-02-27 00:28:10 +0100
committerLuis Ressel <aranea@aixah.de>2019-03-08 01:26:22 +0100
commit2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53 (patch)
treecbe76ae52ac4fbcb2b1eda95dcaa07a004bc5ffc /system/vim
parent9085eb9a0e2ff7a0068f54f1788673de71027e61 (diff)
downloadpackages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.gz
packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.bz2
packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.xz
packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.zip
system/*: Change remaining url='*'s to https:// wherever possible
Diffstat (limited to 'system/vim')
-rw-r--r--system/vim/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/vim/APKBUILD b/system/vim/APKBUILD
index 9c75b2621..bf29cc167 100644
--- a/system/vim/APKBUILD
+++ b/system/vim/APKBUILD
@@ -7,7 +7,7 @@ pkgname=vim
pkgver=8.1.0952
pkgrel=0
pkgdesc="advanced text editor"
-url="http://www.vim.org"
+url="https://www.vim.org"
arch="all"
options="!check" # requires controlling TTY, and fails with musl locales
license="Vim"