pulseaudio: change homepage URLs to freedesktop.org
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 30 Oct 2022 08:07:50 +0000 (09:07 +0100)
committerRosen Penev <rosenp@gmail.com>
Tue, 1 Nov 2022 14:15:22 +0000 (07:15 -0700)
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 <pepe.schlehofer@gmail.com>
sound/pulseaudio/Makefile

index 6c1da6a25d38f752c50b2d9f83ff0aee3b208074..d341771183a46794e3a758ba86f60625a6fde9c0 100644 (file)
@@ -32,7 +32,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
@@ -73,7 +73,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
 
@@ -82,7 +82,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 += \