use HTTPS in URLs where supported

This commit is contained in:
Viktor Szakats
2019-09-15 15:37:55 +00:00
parent 36449a9235
commit c213366c9e
190 changed files with 225 additions and 225 deletions

View File

@@ -2,6 +2,6 @@ post_install() {
cat << EOT
==> Note that even though this package uses libyaml library,
==> slower pure python implementation is used by default.
==> See http://pyyaml.org/wiki/PyYAMLDocumentation
==> See https://pyyaml.org/wiki/PyYAMLDocumentation
EOT
}