diff options
| author | nl6720 <nl6720@gmail.com> | 2020-12-26 20:11:06 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-12-26 20:11:06 +0200 |
| commit | a178ff44bc9cf00918bb23b1e5f0a0c2395f47e9 (patch) | |
| tree | 5ae8ce167e55ebdda31f5c1f5d49097c39fdae64 /configs | |
| parent | 8ba2870829860a8c841809a16b5e809a67af66c2 (diff) | |
| download | archiso-a178ff44bc9cf00918bb23b1e5f0a0c2395f47e9.tar.gz archiso-a178ff44bc9cf00918bb23b1e5f0a0c2395f47e9.tar.bz2 | |
profiledef.sh: Remove www. from archlinux.org
See https://lists.archlinux.org/pipermail/arch-devops/2020-December/000474.html .
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/baseline/profiledef.sh | 2 | ||||
| -rw-r--r-- | configs/releng/profiledef.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh index 8705529..688a354 100644 --- a/configs/baseline/profiledef.sh +++ b/configs/baseline/profiledef.sh @@ -3,7 +3,7 @@ iso_name="archlinux-baseline" iso_label="ARCH_$(date +%Y%m)" -iso_publisher="Arch Linux <https://www.archlinux.org>" +iso_publisher="Arch Linux <https://archlinux.org>" iso_application="Arch Linux baseline" iso_version="$(date +%Y.%m.%d)" install_dir="arch" diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index d046c9c..2d45ebd 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -3,7 +3,7 @@ iso_name="archlinux" iso_label="ARCH_$(date +%Y%m)" -iso_publisher="Arch Linux <https://www.archlinux.org>" +iso_publisher="Arch Linux <https://archlinux.org>" iso_application="Arch Linux Live/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" |
