commit: f25edbfebb91347a5cfd40413c7cf6c27dae368f Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sun Sep 3 16:50:41 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 6 20:59:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25edbfe
app-misc/blink1: use HTTPS for links to dev.gentoo.org Closes: https://github.com/gentoo/gentoo/pull/5607 app-misc/blink1/blink1-1.98.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/blink1/blink1-1.98.ebuild b/app-misc/blink1/blink1-1.98.ebuild index 2dfea7e2e4e..db7709ef64d 100644 --- a/app-misc/blink1/blink1-1.98.ebuild +++ b/app-misc/blink1/blink1-1.98.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/todbot/blink1/archive/v${MY_PV}.tar.gz -> ${MY_P}.ta ## selfmade tarball #MY_PVR=${PVR/_rc/rc} #MY_P="${PN}-${MY_PVR}" -#SRC_URI="http://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${MY_P}.tar.gz" +#SRC_URI="https://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${MY_P}.tar.gz" ## github commit tarball #MY_GIT_COMMIT="1e9c012bd79cb99a53a22980fbaa6f97801e7c03"
