diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-09-05 05:38:42 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-09-05 05:38:42 -0400 |
commit | 355e77e68107bfa42c758e10a07ad8c47c573309 (patch) | |
tree | 043254048767f3c84d78cad25f592589126b23b4 /dev-util | |
parent | sys-apps/ripgrep: use https for SRC_URI (diff) | |
download | gentoo-355e77e68107bfa42c758e10a07ad8c47c573309.tar.gz gentoo-355e77e68107bfa42c758e10a07ad8c47c573309.tar.bz2 gentoo-355e77e68107bfa42c758e10a07ad8c47c573309.zip |
dev-util/ctags: use https for SRC_URI
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ctags-20161028.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ctags/ctags-20161028.ebuild b/dev-util/ctags/ctags-20161028.ebuild index 03e42bda79b4..a0fb9e3c7969 100644 --- a/dev-util/ctags/ctags-20161028.ebuild +++ b/dev-util/ctags/ctags-20161028.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors" HOMEPAGE="https://ctags.io/ https://github.com/universal-ctags/ctags" -SRC_URI="http://dev.gentoo.org/~radhermit/vim/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~radhermit/vim/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |