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 <pepe.schlehofer@gmail.com>
(cherry picked from commit 00e3918069
)
This commit is contained in:
parent
d285ac95ad
commit
ae4c51d946
1 changed files with 3 additions and 3 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue