diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:41:35 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:22 +0200 |
commit | 9e618b64239eab0ec27da772704aae5fc941ad35 (patch) | |
tree | 671117a4f0c91520f26d4d0b3ff3613e132408e4 /sci-biology/bioperl | |
parent | sci-biology/bioperl-network: use HTTPS for GitHub (diff) | |
download | gentoo-9e618b64239eab0ec27da772704aae5fc941ad35.tar.gz gentoo-9e618b64239eab0ec27da772704aae5fc941ad35.tar.bz2 gentoo-9e618b64239eab0ec27da772704aae5fc941ad35.zip |
sci-biology/bioperl: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-biology/bioperl')
-rw-r--r-- | sci-biology/bioperl/bioperl-9999-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-biology/bioperl/bioperl-9999-r1.ebuild b/sci-biology/bioperl/bioperl-9999-r1.ebuild index cb92056d19f6..f166946c008f 100644 --- a/sci-biology/bioperl/bioperl-9999-r1.ebuild +++ b/sci-biology/bioperl/bioperl-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,8 +10,7 @@ SUBPROJECTS="+db +network +run" DESCRIPTION="Perl tools for bioinformatics - Core modules" HOMEPAGE="http://www.bioperl.org/" SRC_URI="" -EGIT_REPO_URI="git://github.com/${PN}/${PN}-live.git - https://github.com/${PN}/${PN}-live.git" +EGIT_REPO_URI="https://github.com/${PN}/${PN}-live.git" LICENSE="Artistic GPL-2" SLOT="0" |