diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-03 19:44:32 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 19:21:22 -0400 |
commit | 6adddb78ef89c55a3f81250c3f1c5090835f0387 (patch) | |
tree | 8eed1ebc4958d7521adaffede41ccc0cd390b711 /dev-lang/mono | |
parent | dev-lang/swi-prolog: use HTTPS (diff) | |
download | gentoo-6adddb78ef89c55a3f81250c3f1c5090835f0387.tar.gz gentoo-6adddb78ef89c55a3f81250c3f1c5090835f0387.tar.bz2 gentoo-6adddb78ef89c55a3f81250c3f1c5090835f0387.zip |
dev-lang/mono: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16572
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-6.6.0.161.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mono/mono-6.6.0.161.ebuild b/dev-lang/mono/mono-6.6.0.161.ebuild index 8ed539ef2ab8..bc6f0cf7f0b4 100644 --- a/dev-lang/mono/mono-6.6.0.161.ebuild +++ b/dev-lang/mono/mono-6.6.0.161.ebuild @@ -12,10 +12,10 @@ IUSE="nls minimal pax_kernel xen doc" inherit autotools eutils linux-info mono-env flag-o-matic pax-utils multilib-minimal DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" -HOMEPAGE="http://www.mono-project.com/Main_Page" +HOMEPAGE="https://mono-project.com" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" -SRC_URI="http://download.mono-project.com/sources/mono/${P}.tar.xz" +SRC_URI="https://download.mono-project.com/sources/mono/${P}.tar.xz" #Note: mono works incorrect with older versions of libgdiplus #details on dotnet overlay issue: https://github.com/gentoo/dotnet/issues/429 |