diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:18:38 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:32 -0400 |
commit | e8739e59b6b6a408b72794f8e8c1428b002eaa2c (patch) | |
tree | ce7891f3931a30eb068e42c2f3e980264605f575 /sci-biology | |
parent | sci-biology/velvet: use HTTPs (diff) | |
download | gentoo-e8739e59b6b6a408b72794f8e8c1428b002eaa2c.tar.gz gentoo-e8739e59b6b6a408b72794f8e8c1428b002eaa2c.tar.bz2 gentoo-e8739e59b6b6a408b72794f8e8c1428b002eaa2c.zip |
sci-biology/glimmer: use HTTPs
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/glimmer/glimmer-3.02-r3.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/glimmer/glimmer-3.02b.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/glimmer/glimmer-3.02-r3.ebuild b/sci-biology/glimmer/glimmer-3.02-r3.ebuild index 992a6d327fcb..9a32e3dbf895 100644 --- a/sci-biology/glimmer/glimmer-3.02-r3.ebuild +++ b/sci-biology/glimmer/glimmer-3.02-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs MY_PV=${PV//./} DESCRIPTION="An HMM-based microbial gene finding system from TIGR" -HOMEPAGE="http://www.cbcb.umd.edu/software/glimmer/" +HOMEPAGE="https://ccb.jhu.edu/software/glimmer/index.shtml" SRC_URI="http://www.cbcb.umd.edu/software/${PN}/${PN}${MY_PV}.tar.gz" LICENSE="Artistic" diff --git a/sci-biology/glimmer/glimmer-3.02b.ebuild b/sci-biology/glimmer/glimmer-3.02b.ebuild index 9653024a1de2..4318b60ff949 100644 --- a/sci-biology/glimmer/glimmer-3.02b.ebuild +++ b/sci-biology/glimmer/glimmer-3.02b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs MY_PV=${PV//./} DESCRIPTION="An HMM-based microbial gene finding system from TIGR" -HOMEPAGE="http://ccb.jhu.edu/software/glimmer" -SRC_URI="http://ccb.jhu.edu/software/${PN}/${PN}${MY_PV}.tar.gz" +HOMEPAGE="https://ccb.jhu.edu/software/glimmer/index.shtml" +SRC_URI="https://ccb.jhu.edu/software/${PN}/${PN}${MY_PV}.tar.gz" LICENSE="Artistic" SLOT="0" |