From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- sci-mathematics/rstudio/rstudio-0.98.953.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-mathematics/rstudio/rstudio-0.98.953.ebuild') diff --git a/sci-mathematics/rstudio/rstudio-0.98.953.ebuild b/sci-mathematics/rstudio/rstudio-0.98.953.ebuild index 60fe809b28fc..996d2f18d461 100644 --- a/sci-mathematics/rstudio/rstudio-0.98.953.ebuild +++ b/sci-mathematics/rstudio/rstudio-0.98.953.ebuild @@ -28,8 +28,8 @@ SRC_URI="https://github.com/rstudio/rstudio/archive/v${PV}.tar.gz -> ${P}.tar.gz https://s3.amazonaws.com/rstudio-buildtools/selenium-server-standalone-${SELENIUMVER}.jar https://s3.amazonaws.com/rstudio-buildtools/chromedriver-linux https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip - http://dev.gentoo.org/~hasufell/distfiles/packrat_${PACKRAT_VER}.tar.gz - http://dev.gentoo.org/~hasufell/distfiles/rmarkdown_${RMARKDOWN_VER}.tar.gz" + https://dev.gentoo.org/~hasufell/distfiles/packrat_${PACKRAT_VER}.tar.gz + https://dev.gentoo.org/~hasufell/distfiles/rmarkdown_${RMARKDOWN_VER}.tar.gz" LICENSE="AGPL-3" SLOT="0" -- cgit v1.2.3-65-gdbad