diff options
Diffstat (limited to 'linux/conf/pkgmk.conf')
-rw-r--r-- | linux/conf/pkgmk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/conf/pkgmk.conf b/linux/conf/pkgmk.conf index 3ae582d..6d3ed7d 100644 --- a/linux/conf/pkgmk.conf +++ b/linux/conf/pkgmk.conf @@ -40,7 +40,7 @@ case ${PKGMK_ARCH} in ;; esac -PKGMK_SOURCE_MIRRORS=(https://tribu.semdestino.org/mirror/distfiles/ https://tribu.semdestino.org/mirror/archive/distfiles/) +PKGMK_SOURCE_MIRRORS=(https://mirror.leetio.dev/distfiles/ https://mirror.leetio.dev/archive/distfiles/) # PKGMK_SOURCE_DIR="$PWD" PKGMK_SOURCE_DIR="/usr/ports/distfiles" # PKGMK_PACKAGE_DIR="$PWD" |