aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <patrick.hoehn@tu-clausthal.de>2019-10-18 10:53:38 +0200
committerPatrick Höhn <hoehnp@gmx.de>2019-10-19 01:28:26 +0200
commit5253a6aad7e5212bdf414a12514f61bc95943b44 (patch)
tree32cb979ed141cde2bc2e77903e5a4f445bfd3cb9 /dev-lang
parenthopefully corrected all uri.https problems (diff)
downloaddotnet-5253a6aad7e5212bdf414a12514f61bc95943b44.tar.gz
dotnet-5253a6aad7e5212bdf414a12514f61bc95943b44.tar.bz2
dotnet-5253a6aad7e5212bdf414a12514f61bc95943b44.zip
corrected uris
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/fsharp/fsharp-10.2.1.ebuild4
-rw-r--r--dev-lang/mono/mono-9999.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/fsharp/fsharp-10.2.1.ebuild b/dev-lang/fsharp/fsharp-10.2.1.ebuild
index ea79ca3..9e11ba6 100644
--- a/dev-lang/fsharp/fsharp-10.2.1.ebuild
+++ b/dev-lang/fsharp/fsharp-10.2.1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
inherit mono-env
DESCRIPTION="The F# Compiler"
-HOMEPAGE="https:://github.com/fsharp/fsharp"
-SRC_URI="https:://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/fsharp/fsharp"
+SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild
index 7d74d22..84ad6a4 100644
--- a/dev-lang/mono/mono-9999.ebuild
+++ b/dev-lang/mono/mono-9999.ebuild
@@ -68,7 +68,7 @@ src_configure() {
# See https://bugs.gentoo.org/show_bug.cgi?id=256264 for details
#
# --without-moonlight since www-plugins/moonlight is not the only one
- # using mono: https:://bugzilla.novell.com/show_bug.cgi?id=641005#c3
+ # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.