summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-08-02 19:13:37 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-08-23 14:06:15 +0200
commit28edb0964e4440787196c2128b143903a501ddc7 (patch)
tree99d53115ea2e5dd55c1af1c51c6a761f54f2d2b4
parentsci-biology/iedera: use HTTPS (diff)
downloadgentoo-28edb096.tar.gz
gentoo-28edb096.tar.bz2
gentoo-28edb096.zip
sci-biology/muscle: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-biology/muscle/muscle-3.8.31.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/muscle/muscle-3.8.31.ebuild b/sci-biology/muscle/muscle-3.8.31.ebuild
index 14781d000e78..1638c655be32 100644
--- a/sci-biology/muscle/muscle-3.8.31.ebuild
+++ b/sci-biology/muscle/muscle-3.8.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,8 +8,8 @@ inherit toolchain-funcs
MY_P="${PN}${PV}_src"
DESCRIPTION="Multiple sequence comparison by log-expectation"
-HOMEPAGE="http://www.drive5.com/muscle/"
-SRC_URI="http://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
+HOMEPAGE="https://www.drive5.com/muscle/"
+SRC_URI="https://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
LICENSE="public-domain"
SLOT="0"