Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2021-04-07 21:43:27 +0200
committerAllan McRae <allan@archlinux.org>2021-04-08 10:14:33 +1000
commitc294b7cb4c3a160cbbbe404baeaa23a3c8290a99 (patch)
tree2a611f03526894b9a524fb68b8cf53f8f77d8a03
parentf09047f0b0ed1dfeeceb08432514b3e4c7a18d13 (diff)
Update urls to not use www. for archlinux.org
www.archlinux.org now redirects to archlinux.org. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--doc/footer.asciidoc2
-rw-r--r--doc/index.asciidoc2
-rw-r--r--lib/libalpm/libalpm.pc.in2
-rw-r--r--meson.build2
-rw-r--r--scripts/libmakepkg.pc.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/footer.asciidoc b/doc/footer.asciidoc
index 1c33d016..1bae8b20 100644
--- a/doc/footer.asciidoc
+++ b/doc/footer.asciidoc
@@ -1,5 +1,5 @@
-See the pacman website at https://www.archlinux.org/pacman/[] for current
+See the pacman website at https://archlinux.org/pacman/[] for current
information on pacman and its related tools.
diff --git a/doc/index.asciidoc b/doc/index.asciidoc
index 3a8b40bf..87f07dda 100644
--- a/doc/index.asciidoc
+++ b/doc/index.asciidoc
@@ -239,7 +239,7 @@ Other Utilities
~~~~~~~~~~~~~~~
Although the package manager itself is quite simple, many scripts have been
developed that help automate building and installing packages. These are used
-extensively in link:https://www.archlinux.org/[Arch Linux]. Most of these utilities
+extensively in link:https://archlinux.org/[Arch Linux]. Most of these utilities
are available in the Arch Linux projects
link:https://git.archlinux.org/[code browser].
diff --git a/lib/libalpm/libalpm.pc.in b/lib/libalpm/libalpm.pc.in
index da7f96aa..85766ea1 100644
--- a/lib/libalpm/libalpm.pc.in
+++ b/lib/libalpm/libalpm.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: libalpm
Description: Arch Linux package management library
-URL: http://www.archlinux.org/pacman/
+URL: http://archlinux.org/pacman/
Version: @LIB_VERSION@
Requires.private: libarchive @pc_crypto@ @pc_libcurl@ @pc_gpgme@
Cflags: -I${includedir} @LFS_CFLAGS@
diff --git a/meson.build b/meson.build
index 8ccd5c78..579ff2ed 100644
--- a/meson.build
+++ b/meson.build
@@ -332,7 +332,7 @@ pkgconfig.generate(
name : 'libalpm',
description : 'Arch Linux package management library',
version : libalpm_version,
- url : 'http://www.archlinux.org/pacman/')
+ url : 'http://archlinux.org/pacman/')
pacman_bin = executable(
'pacman',
diff --git a/scripts/libmakepkg.pc.in b/scripts/libmakepkg.pc.in
index 05e9566a..a3f4b72e 100644
--- a/scripts/libmakepkg.pc.in
+++ b/scripts/libmakepkg.pc.in
@@ -2,5 +2,5 @@ libmakepkgdir=@libmakepkgdir@
Name: libmakepkg
Description: Arch Linux package build utility
-URL: https://www.archlinux.org/pacman/
+URL: https://archlinux.org/pacman/
Version: @PACKAGE_VERSION@