diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2021-09-04 14:40:16 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2021-09-04 14:40:16 -0700 |
commit | f844291f7dc113c15fda639e4de4dfecbcf35fe3 (patch) | |
tree | 02909b97617da058ebcd3cf2c6657b4cb6dde50b /Makefile.PL | |
parent | 6bd66350f373087829e8cfa19a59b8ccea72b98c (diff) | |
download | urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.gz urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.bz2 urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.xz urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.zip |
Document that https is supported
Also, update http:// links to https:// where appropriate.
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index ded2fb64..b6ef2165 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -200,7 +200,7 @@ WriteMakefile( repository => { type => 'git', url => 'git://git.mageia.org/software/rpm/urpmi/', - web => 'http://gitweb.mageia.org/software/rpm/urpmi/', + web => 'https://gitweb.mageia.org/software/rpm/urpmi/', }, }, release_status => 'stable', |