diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-05 16:34:50 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-05 16:34:50 +0000 |
commit | 6e748f65f8faef317ca487ab75b8b000f37872e4 (patch) | |
tree | 3566abf89ef99653c93c2d371e45b772c0d0bd1d /system/yaml | |
parent | 0f7397b8fc8e159b49620ccd917605e141880e5d (diff) | |
download | packages-6e748f65f8faef317ca487ab75b8b000f37872e4.tar.gz packages-6e748f65f8faef317ca487ab75b8b000f37872e4.tar.bz2 packages-6e748f65f8faef317ca487ab75b8b000f37872e4.tar.xz packages-6e748f65f8faef317ca487ab75b8b000f37872e4.zip |
system/{c-ares,sudo,yaml}: fix URL
Diffstat (limited to 'system/yaml')
-rw-r--r-- | system/yaml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/yaml/APKBUILD b/system/yaml/APKBUILD index 5499c5e51..f5285ae80 100644 --- a/system/yaml/APKBUILD +++ b/system/yaml/APKBUILD @@ -4,7 +4,7 @@ pkgname=yaml pkgver=0.1.7 pkgrel=0 pkgdesc="YAML 1.1 parser and emitter written in C" -url="http://pyyaml.org/wiki/LibYAML" +url="https://pyyaml.org/wiki/LibYAML" arch="all" license="MIT" depends="" |