diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 18:50:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:59:36 +0200 |
commit | f25edbfebb91347a5cfd40413c7cf6c27dae368f (patch) | |
tree | 5c0741766d83c95d6d9a329910b62637248f34cb /app-misc/blink1 | |
parent | app-antivirus/skyldav: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-f25edbfebb91347a5cfd40413c7cf6c27dae368f.tar.gz gentoo-f25edbfebb91347a5cfd40413c7cf6c27dae368f.tar.bz2 gentoo-f25edbfebb91347a5cfd40413c7cf6c27dae368f.zip |
app-misc/blink1: use HTTPS for links to dev.gentoo.org
Closes: https://github.com/gentoo/gentoo/pull/5607
Diffstat (limited to 'app-misc/blink1')
-rw-r--r-- | app-misc/blink1/blink1-1.98.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/blink1/blink1-1.98.ebuild b/app-misc/blink1/blink1-1.98.ebuild index 2dfea7e2e4ea..db7709ef64d0 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" |