aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2023-04-07 00:37:27 -0700
committerDan Fandrich <danf@mageia.org>2023-04-07 00:54:58 -0700
commite2935309f5b0a43a36af9c95cb59613f83e28c15 (patch)
tree2ab401225a6b43eebda0a96cd751c5730a56b63e /bash-completion
parentf6f05822b727d42b85ea03b23d4e2d4240b24215 (diff)
downloadmgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar
mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar.gz
mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar.bz2
mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar.xz
mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.zip
Switch some URLs to https:
Diffstat (limited to 'bash-completion')
-rwxr-xr-xbash-completion/mgarepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/mgarepo b/bash-completion/mgarepo
index 9515bdb..620fad2 100755
--- a/bash-completion/mgarepo
+++ b/bash-completion/mgarepo
@@ -3,7 +3,7 @@
_cauldron_packages()
{
COMPREPLY=( $( compgen -W "$(wget -O- \
- http://pkgsubmit.mageia.org/data/maintdb.txt 2>/dev/null | \
+ https://pkgsubmit.mageia.org/data/maintdb.txt 2>/dev/null | \
cut -d ' ' -f 1)" -- $cur ) )
}