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 /MgaRepo/commands | |
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:
Diffstat (limited to 'MgaRepo/commands')
-rw-r--r-- | MgaRepo/commands/submit.py | 2 |
1 files changed, 1 insertions, 1 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. |