From e56e0052da51760aeda0b61cdf8279a1c5ce5146 Mon Sep 17 00:00:00 2001 From: Marco Conti Date: Mon, 29 Jan 2024 11:15:28 +0100 Subject: [PATCH 1/2] Move repository from GitLab to GitHub --- nix/haskell-pins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/haskell-pins.nix b/nix/haskell-pins.nix index 0db6b299fa2..dd427163b0f 100644 --- a/nix/haskell-pins.nix +++ b/nix/haskell-pins.nix @@ -147,7 +147,7 @@ let # servantification wai-predicates = { src = fetchgit { - url = "https://gitlab.com/wireapp/forks/wai-predicates"; + url = "https://github.com/wireapp/wai-predicates"; rev = "ff95282a982ab45cced70656475eaf2cefaa26ea"; sha256 = "sha256-x2XSv2+/+DG9FXN8hfUWGNIO7V4iBhlzYz19WWKaLKQ="; }; From a2bd297098024a7dfbac1c2436d806eaa2300651 Mon Sep 17 00:00:00 2001 From: Stefan Berthold Date: Mon, 29 Jan 2024 10:53:42 +0000 Subject: [PATCH 2/2] hi ci