diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:12:00 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:31 -0400 |
commit | 480a08a4588d46e46e77d3d75a0e2f1ba3f58d94 (patch) | |
tree | c55c7c2b8d5e4fb6077f08c449cf41d6e12d80d9 /sci-biology/prosite | |
parent | sci-biology/ncbi-tools: use HTTPs (diff) | |
download | gentoo-480a08a4588d46e46e77d3d75a0e2f1ba3f58d94.tar.gz gentoo-480a08a4588d46e46e77d3d75a0e2f1ba3f58d94.tar.bz2 gentoo-480a08a4588d46e46e77d3d75a0e2f1ba3f58d94.zip |
sci-biology/prosite: use HTTPs
Diffstat (limited to 'sci-biology/prosite')
-rw-r--r-- | sci-biology/prosite/prosite-2017.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/prosite/prosite-2017.02.ebuild b/sci-biology/prosite/prosite-2017.02.ebuild index b3d9ef2335fd..6003b17cff85 100644 --- a/sci-biology/prosite/prosite-2017.02.ebuild +++ b/sci-biology/prosite/prosite-2017.02.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="A protein families and domains database" -HOMEPAGE="http://prosite.expasy.org/" +HOMEPAGE="https://prosite.expasy.org/" SRC_URI="ftp://ftp.expasy.org/databases/prosite/old_releases/prosite${PV//./_}.tar.bz2" LICENSE="swiss-prot" |