From 9c30ecfc07bcfb31e956c0e7f1e2300e643bd3e2 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sat, 13 Feb 2021 14:23:07 +0100 Subject: [PATCH] Use proper master branch --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 40b386e..73a3c31 100755 --- a/build.sh +++ b/build.sh @@ -5,4 +5,4 @@ make \ QUASSEL_VERSION=0.13.1 make \ QUASSEL_BRANCH=master \ - QUASSEL_REPO=https://github.com/justjanne/quassel + QUASSEL_REPO=https://github.com/quassel/quassel -- GitLab