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>
This commit is contained in:
parent
364054fbe7
commit
00e3918069
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ define Package/pulseaudio-daemon/Default
|
||||||
DEPENDS:=+libsndfile +libltdl +libpthread +librt +alsa-lib \
|
DEPENDS:=+libsndfile +libltdl +libpthread +librt +alsa-lib \
|
||||||
+libopenssl +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
+libopenssl +libcap $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||||
TITLE:=Network sound server
|
TITLE:=Network sound server
|
||||||
URL:=https://www.pulseaudio.org
|
URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/
|
||||||
PROVIDES:=pulseaudio
|
PROVIDES:=pulseaudio
|
||||||
USERID:=pulse=51:pulse=51
|
USERID:=pulse=51:pulse=51
|
||||||
endef
|
endef
|
||||||
|
@ -73,7 +73,7 @@ define Package/pulseaudio-tools
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libsndfile pulseaudio
|
DEPENDS:=+libsndfile pulseaudio
|
||||||
TITLE:=Tools for Pulseaudio
|
TITLE:=Tools for Pulseaudio
|
||||||
URL:=http://www.pulseaudio.org
|
URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/
|
||||||
VARIANT:=noavahi
|
VARIANT:=noavahi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ define Package/pulseaudio-profiles
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=pulseaudio
|
DEPENDS:=pulseaudio
|
||||||
TITLE:=Profiles for Pulseaudio
|
TITLE:=Profiles for Pulseaudio
|
||||||
URL:=http://www.pulseaudio.org
|
URL:=https://www.freedesktop.org/wiki/Software/PulseAudio/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
|
|
Loading…
Reference in a new issue