diff options
author | Luis Ressel <aranea@aixah.de> | 2019-02-27 00:28:10 +0100 |
---|---|---|
committer | Luis Ressel <aranea@aixah.de> | 2019-03-08 01:26:22 +0100 |
commit | 2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53 (patch) | |
tree | cbe76ae52ac4fbcb2b1eda95dcaa07a004bc5ffc /system/ruby/APKBUILD | |
parent | 9085eb9a0e2ff7a0068f54f1788673de71027e61 (diff) | |
download | packages-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/ruby/APKBUILD')
-rw-r--r-- | system/ruby/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/ruby/APKBUILD b/system/ruby/APKBUILD index 1ed293793..18d9bf8d8 100644 --- a/system/ruby/APKBUILD +++ b/system/ruby/APKBUILD @@ -30,7 +30,7 @@ pkgver=2.5.3 _abiver="${pkgver%.*}.0" pkgrel=1 pkgdesc="An object-oriented language for quick and easy programming" -url="http://www.ruby-lang.org/" +url="https://www.ruby-lang.org/" arch="all" license="Ruby AND BSD-2-Clause" depends="ca-certificates" |