diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-31 09:15:47 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-31 09:15:47 -0400 |
commit | be891509537eaa8d4f4f8c4de51a2937c673de3b (patch) | |
tree | 4d049135c8a27a378b6446b25a51369046351fa1 /media-sound/mixxx | |
parent | media-sound/csound: use https for HOMEPAGE (diff) | |
download | gentoo-be891509537eaa8d4f4f8c4de51a2937c673de3b.tar.gz gentoo-be891509537eaa8d4f4f8c4de51a2937c673de3b.tar.bz2 gentoo-be891509537eaa8d4f4f8c4de51a2937c673de3b.zip |
media-sound/mixxx: use https for HOMEPAGE and SRC_URI
Diffstat (limited to 'media-sound/mixxx')
-rw-r--r-- | media-sound/mixxx/mixxx-2.0.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild b/media-sound/mixxx/mixxx-2.0.0-r4.ebuild index 1d968f368e3e..d8a4bb179981 100644 --- a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild +++ b/media-sound/mixxx/mixxx-2.0.0-r4.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic scons-utils toolchain-funcs DESCRIPTION="Advanced Digital DJ tool based on Qt" -HOMEPAGE="http://www.mixxx.org/" -SRC_URI="http://downloads.${PN}.org/${P}/${P}-src.tar.gz" +HOMEPAGE="https://www.mixxx.org/" +SRC_URI="https://downloads.${PN}.org/${P}/${P}-src.tar.gz" # Upstream patches SRC_URI+=" https://github.com/mixxxdj/mixxx/commit/51d95ba58d99309f439cb7e2d1285cfb33aa0f63.patch -> ${PN}-2.0.0-ffmpeg30.patch" |