diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-12-22 21:24:13 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-22 21:31:30 +1100 |
commit | 61869d2908460f09ce1fbb81a2059a10ce505c74 (patch) | |
tree | 9068bdf71fcab7895c055bf7c61c3db453941277 /sci-mathematics | |
parent | dev-libs/libical: 3.0.1 version bump (diff) | |
download | gentoo-61869d2908460f09ce1fbb81a2059a10ce505c74.tar.gz gentoo-61869d2908460f09ce1fbb81a2059a10ce505c74.tar.bz2 gentoo-61869d2908460f09ce1fbb81a2059a10ce505c74.zip |
sci-mathematics/relational: use HTTPS
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/relational/relational-2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/relational/relational-2.5.ebuild b/sci-mathematics/relational/relational-2.5.ebuild index 030001853625..77b6e6980c7a 100644 --- a/sci-mathematics/relational/relational-2.5.ebuild +++ b/sci-mathematics/relational/relational-2.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{4,5} ) inherit python-single-r1 DESCRIPTION="Educational tool for relational algebra" -HOMEPAGE="http://ltworf.github.io/relational/" +HOMEPAGE="https://ltworf.github.io/relational/" SRC_URI="https://github.com/ltworf/${PN}/releases/download/${PV}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-3" |