diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-01 18:44:52 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-09 10:08:55 -0400 |
commit | 60a1a3bb4d18539d69ebdfaee604934e027fad0a (patch) | |
tree | 4ec628e65473461bfd49f88a26e584dc6a3f819c /sci-biology/aaindex | |
parent | sci-electronics/klayout: use HTTPs (diff) | |
download | gentoo-60a1a3bb4d18539d69ebdfaee604934e027fad0a.tar.gz gentoo-60a1a3bb4d18539d69ebdfaee604934e027fad0a.tar.bz2 gentoo-60a1a3bb4d18539d69ebdfaee604934e027fad0a.zip |
sci-biology/aaindex: use HTTPs
Diffstat (limited to 'sci-biology/aaindex')
-rw-r--r-- | sci-biology/aaindex/aaindex-9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/aaindex/aaindex-9.1-r1.ebuild b/sci-biology/aaindex/aaindex-9.1-r1.ebuild index 068902e96fae..b51f64beaefc 100644 --- a/sci-biology/aaindex/aaindex-9.1-r1.ebuild +++ b/sci-biology/aaindex/aaindex-9.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Amino acid indices and similarity matrices" -HOMEPAGE="http://www.genome.jp/aaindex/" +HOMEPAGE="https://www.genome.jp/aaindex/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" |