diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /media-sound/audacity | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/audacity/metadata.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/audacity/audacity-2.1.1.ebuild b/media-sound/audacity/audacity-2.1.1.ebuild index da1efd0adf5b..abf8577bf5f2 100644 --- a/media-sound/audacity/audacity-2.1.1.ebuild +++ b/media-sound/audacity/audacity-2.1.1.ebuild @@ -8,8 +8,8 @@ inherit eutils wxwidgets MY_P="${PN}-minsrc-${PV}" DESCRIPTION="Free crossplatform audio editor" HOMEPAGE="http://web.audacityteam.org/" -SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${MY_P}.tar.xz - doc? ( http://dev.gentoo.org/~yngwin/distfiles/${PN}-manual-${PV}.zip )" +SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${MY_P}.tar.xz + doc? ( https://dev.gentoo.org/~yngwin/distfiles/${PN}-manual-${PV}.zip )" # wget doesn't seem to work on FossHub links, so we mirror LICENSE="GPL-2" diff --git a/media-sound/audacity/metadata.xml b/media-sound/audacity/metadata.xml index efb5914d2975..1abe5c3793ba 100644 --- a/media-sound/audacity/metadata.xml +++ b/media-sound/audacity/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>proaudio</herd> <maintainer> |