diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/pacman.conf.chroot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/pacman.conf.chroot b/templates/pacman.conf.chroot index 58857f9..0ab10ba 100644 --- a/templates/pacman.conf.chroot +++ b/templates/pacman.conf.chroot @@ -69,16 +69,16 @@ NoUpgrade = etc/func/minion.conf # after the header, and they will be used before the default mirrors. #[core] -#Server = http://knoppmyth.net/repo/REPLACEME/$repo +#Server = http://linhes.org/repo/REPLACEME/$repo #[extra] -#Server = http://knoppmyth.net/repo/REPLACEME/$repo +#Server = http://linhes.org/repo/REPLACEME/$repo #[chroot-devel] -#Server = http://knoppmyth.net/repo/REPLACEME/$repo +#Server = http://linhes.org/repo/REPLACEME/$repo [core-testing] -Server = http://knoppmyth.net/repo/REPLACEME/$repo +Server = http://linhes.org/repo/REPLACEME/$repo [extra-testing] -Server = http://knoppmyth.net/repo/REPLACEME/$repo +Server = http://linhes.org/repo/REPLACEME/$repo |