diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 18:08:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:52:42 +0200 |
commit | bccb86c33736f34bf5e82650f53eb71a06eaa627 (patch) | |
tree | 9d9647ff260de3a537ad413c87c47612e828532e /dev-tex | |
parent | dev-php/pecl-ncurses: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-bccb86c33736f34bf5e82650f53eb71a06eaa627.tar.gz gentoo-bccb86c33736f34bf5e82650f53eb71a06eaa627.tar.bz2 gentoo-bccb86c33736f34bf5e82650f53eb71a06eaa627.zip |
dev-tex/vc: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/vc/vc-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/vc/vc-0.5.ebuild b/dev-tex/vc/vc-0.5.ebuild index 2df4f09b7353..e0dbd04e9ebc 100644 --- a/dev-tex/vc/vc-0.5.ebuild +++ b/dev-tex/vc/vc-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit latex-package DESCRIPTION="The vc (version control) bundle" HOMEPAGE="https://www.ctan.org/pkg/vc" # Taken from http://mirrors.ctan.org/support/vc.zip -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.zip" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.zip" LICENSE="public-domain" SLOT="0" |