summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging/os/apk.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-04-23 12:22:36 -0700
committerMatt Clay <matt@mystile.com>2018-04-25 23:12:46 -0700
commit32d786af65ac898c7996c2da341e095974397250 (patch)
tree15041470a84c0baedc4b7f9a0d5638140494d437 /lib/ansible/modules/packaging/os/apk.py
parent354454ad58810451cfae31f93872061136350ee3 (diff)
downloadansible-32d786af65ac898c7996c2da341e095974397250.tar.gz
Convert more http links to https.
Diffstat (limited to 'lib/ansible/modules/packaging/os/apk.py')
-rw-r--r--lib/ansible/modules/packaging/os/apk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/packaging/os/apk.py b/lib/ansible/modules/packaging/os/apk.py
index 4b57e050cc..bace046850 100644
--- a/lib/ansible/modules/packaging/os/apk.py
+++ b/lib/ansible/modules/packaging/os/apk.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# (c) 2015, Kevin Brebanov <https://github.com/kbrebanov>
-# Based on pacman (Afterburn <http://github.com/afterburn>, Aaron Bull Schaefer <aaron@elasticdog.com>)
+# Based on pacman (Afterburn <https://github.com/afterburn>, Aaron Bull Schaefer <aaron@elasticdog.com>)
# and apt (Matthew Williams <matthew@flowroute.com>) modules.
#
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)