From c294b7cb4c3a160cbbbe404baeaa23a3c8290a99 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 7 Apr 2021 21:43:27 +0200 Subject: Update urls to not use www. for archlinux.org www.archlinux.org now redirects to archlinux.org. Signed-off-by: Jelle van der Waa Signed-off-by: Allan McRae --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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', -- cgit v1.2.3-24-g4f1b