From ae4c51d946450a010067420d8cbce48526b5402d Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 30 Oct 2022 09:07:50 +0100 Subject: [PATCH] pulseaudio: change homepage URLs to freedesktop.org The previous used domain http(s)://pulseaudio.org redirects to https://www.freedesktop.org/wiki/Software/PulseAudio/ This change enforces to use HTTPS everywhere for homepage URLs Signed-off-by: Josef Schlehofer (cherry picked from commit 00e3918069c5be726bcd5af80a093c0753d9d6e5) --- sound/pulseaudio/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 1cd5664b5c..5c6de7043c 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -34,7 +34,7 @@ define Package/pulseaudio-daemon/Default DEPENDS:=+libsndfile +libltdl +libpthread +librt +alsa-lib \ +libopenssl +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Network sound server - URL:=https://www.pulseaudio.org + URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/ PROVIDES:=pulseaudio USERID:=pulse=51:pulse=51 endef @@ -75,7 +75,7 @@ define Package/pulseaudio-tools CATEGORY:=Sound DEPENDS:=+libsndfile pulseaudio TITLE:=Tools for Pulseaudio - URL:=http://www.pulseaudio.org + URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/ VARIANT:=noavahi endef @@ -84,7 +84,7 @@ define Package/pulseaudio-profiles CATEGORY:=Sound DEPENDS:=pulseaudio TITLE:=Profiles for Pulseaudio - URL:=http://www.pulseaudio.org + URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/ endef MESON_ARGS += \