aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Friedli <manuel@fritteli.ch>2021-05-18 23:05:17 +0200
committerGergely Nagy <ngg@ngg.hu>2021-05-26 08:43:37 +0200
commit5944841287da32bdb9ed8600ee1ce5e7697eb48e (patch)
tree3fb628a4590c0154759600a367702716d73b8950 /dev-dotnet/techtalk-specflow
parentGet rid of autotools-utils. (diff)
downloaddotnet-5944841287da32bdb9ed8600ee1ce5e7697eb48e.tar.gz
dotnet-5944841287da32bdb9ed8600ee1ce5e7697eb48e.tar.bz2
dotnet-5944841287da32bdb9ed8600ee1ce5e7697eb48e.zip
Fix all paths referencing github.com/mono/mono/raw/master/.
Apparently, the main branch in the Mono repo is called "main", not "master". Signed-off-by: Gergely Nagy <ngg@ngg.hu> Closes: https://github.com/gentoo/dotnet/pull/497 Fixes: https://github.com/gentoo/dotnet/issues/496
Diffstat (limited to 'dev-dotnet/techtalk-specflow')
-rw-r--r--dev-dotnet/techtalk-specflow/techtalk-specflow-1.2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/techtalk-specflow/techtalk-specflow-1.2.0.0.ebuild b/dev-dotnet/techtalk-specflow/techtalk-specflow-1.2.0.0.ebuild
index e744299..1e9dbdc 100644
--- a/dev-dotnet/techtalk-specflow/techtalk-specflow-1.2.0.0.ebuild
+++ b/dev-dotnet/techtalk-specflow/techtalk-specflow-1.2.0.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://www.specflow.org/"
EGIT_COMMIT="d79e211e94860f0c98fb43264e4358714da1fd95"
SRC_URI="https://github.com/techtalk/${NAME}/archive/${EGIT_COMMIT}.tar.gz -> ${PF}.tar.gz
- https://github.com/mono/mono/raw/master/mcs/class/mono.snk"
+ https://github.com/mono/mono/raw/main/mcs/class/mono.snk"
S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
DESCRIPTION="Binding business requirements to .Net code"