diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-09 21:32:15 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-10 17:29:15 +0100 |
commit | 70126cf22e7a011963de009efcb7fb36d887d909 (patch) | |
tree | d448f3b0c8e40f35e1f5794b310461365790ce1b /dev-util/rr | |
parent | dev-libs/mpfr: use HTTPs (diff) | |
download | gentoo-70126cf22e7a011963de009efcb7fb36d887d909.tar.gz gentoo-70126cf22e7a011963de009efcb7fb36d887d909.tar.bz2 gentoo-70126cf22e7a011963de009efcb7fb36d887d909.zip |
dev-util/rr: use HTTPs
Diffstat (limited to 'dev-util/rr')
-rw-r--r-- | dev-util/rr/rr-4.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rr/rr-5.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rr/rr-5.1.0.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/rr/rr-4.5.0.ebuild b/dev-util/rr/rr-4.5.0.ebuild index fd1d69c293d0..32d5d5d6983e 100644 --- a/dev-util/rr/rr-4.5.0.ebuild +++ b/dev-util/rr/rr-4.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE=Release inherit cmake-utils linux-info python-single-r1 DESCRIPTION="Record and Replay Framework" -HOMEPAGE="http://rr-project.org/" +HOMEPAGE="https://rr-project.org/" SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz" LICENSE="MIT BSD-2" diff --git a/dev-util/rr/rr-5.0.0.ebuild b/dev-util/rr/rr-5.0.0.ebuild index e2903c93af11..330b1821df13 100644 --- a/dev-util/rr/rr-5.0.0.ebuild +++ b/dev-util/rr/rr-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE=Release inherit cmake-utils linux-info python-single-r1 DESCRIPTION="Record and Replay Framework" -HOMEPAGE="http://rr-project.org/" +HOMEPAGE="https://rr-project.org/" SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz" LICENSE="MIT BSD-2" diff --git a/dev-util/rr/rr-5.1.0.ebuild b/dev-util/rr/rr-5.1.0.ebuild index 09b7822c9774..330b1821df13 100644 --- a/dev-util/rr/rr-5.1.0.ebuild +++ b/dev-util/rr/rr-5.1.0.ebuild @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE=Release inherit cmake-utils linux-info python-single-r1 DESCRIPTION="Record and Replay Framework" -HOMEPAGE="http://rr-project.org/" +HOMEPAGE="https://rr-project.org/" SRC_URI="https://github.com/mozilla/${PN}/archive/${PV}.tar.gz -> mozilla-${P}.tar.gz" LICENSE="MIT BSD-2" |