aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MgaRepo/commands/submit.py2
-rwxr-xr-xbash-completion/mgarepo2
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 ) )
}