commit: 292e73e4e58b07bcaf1969c18754165854e0cbb8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 6 14:45:01 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 6 14:45:01 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=292e73e4
mirrors: rsync: fix 'sync2' typo Bug: https://bugs.gentoo.org/832086 Fixes: 0e22e5f633ea267a4b1d23f97b0dcbc709c3466b Signed-off-by: Sam James <sam <AT> gentoo.org> files/mirrors/rsync.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/mirrors/rsync.xml b/files/mirrors/rsync.xml index fbb96bf..4d6d851 100644 --- a/files/mirrors/rsync.xml +++ b/files/mirrors/rsync.xml @@ -59,7 +59,7 @@ vim: ft=xml et ts=2 sts=2 sw=2: <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.bg.gentoo.org</uri> </mirror> <mirror> - <name>Telepoint Ltd - sync2.bg.gentoo.org</name> + <name>Telepoint Ltd - rsync2.bg.gentoo.org</name> <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.bg.gentoo.org</uri> </mirror> </mirrorgroup>
