mautrix-whatsapp: update repository location

(cherry picked from commit 57e621437054555b6b1e563208badec390e4efea)
This commit is contained in:
Charlotte Van Petegem 2021-08-07 15:21:51 +02:00 committed by github-actions[bot]
parent 0fe73dc3bb
commit 598282f8ed
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ buildGoModule rec {
version = "0.1.8";
src = fetchFromGitHub {
owner = "tulir";
repo = "mautrix-whatsapp";
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
sha256 = "bFuJa4pKwqQmpJDqYwA97CjrTeQ1Q8V/pNqD0ff6x/U=";
};