Skip to content

Commit

Permalink
mirrors: distfiles: fix get.hosted.online URL
Browse files Browse the repository at this point in the history
Needs a trailing slash!

Bug: https://bugs.gentoo.org/731712
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 6, 2023
1 parent dccf48f commit c88e0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/mirrors/distfiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ vim: ft=xml et ts=2 sts=2 sw=2:
</mirror>
<mirror>
<name>Get Hosted online</name>
<uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.gethosted.online/gentoo</uri>
<uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.gethosted.online/gentoo</uri>
<uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.gethosted.online/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.gethosted.online/gentoo/</uri>
</mirror>
<mirror>
<name>The UK Mirror Service</name>
Expand Down

0 comments on commit c88e0e8

Please sign in to comment.