diff options
author | Dan Fandrich <danf@mageia.org> | 2023-04-07 00:37:27 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2023-04-07 00:54:58 -0700 |
commit | e2935309f5b0a43a36af9c95cb59613f83e28c15 (patch) | |
tree | 2ab401225a6b43eebda0a96cd751c5730a56b63e | |
parent | f6f05822b727d42b85ea03b23d4e2d4240b24215 (diff) | |
download | mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar.gz mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar.bz2 mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.tar.xz mgarepo-e2935309f5b0a43a36af9c95cb59613f83e28c15.zip |
Switch some URLs to https:
-rw-r--r-- | MgaRepo/commands/submit.py | 2 | ||||
-rwxr-xr-x | bash-completion/mgarepo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MgaRepo/commands/submit.py b/MgaRepo/commands/submit.py index 9f05dca..f0d66c5 100644 --- a/MgaRepo/commands/submit.py +++ b/MgaRepo/commands/submit.py @@ -27,7 +27,7 @@ the section submit-groups of the configuration file. The status of the submit can visualized at: - http://pkgsubmit.mageia.org/ + https://pkgsubmit.mageia.org/ If no URL and revision are specified, the latest changed revision in the package working copy of the current directory will be used. 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 ) ) } |