Skip to content

Commit d72e184

Browse files
refactor: use GitHub forks (#3841) (#3842)
Use GitHub wireapp forks for nix dependencies Co-authored-by: Marco <marcoconti83@gmail.com>
1 parent e2c0a04 commit d72e184

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nix/haskell-pins.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let
102102
# PR: https://github.com/dpwright/HaskellNet-SSL/pull/33
103103
HaskellNet-SSL = {
104104
src = fetchgit {
105-
url = "https://github.com/MangoIV/HaskellNet-SSL";
105+
url = "https://github.com/wireapp/HaskellNet-SSL";
106106
rev = "c2844b63a39f458ffbfe62f2ac824017f1f84453";
107107
sha256 = "sha256-1mu/yEAWr3POY4MHRomum0DDvs5Qty1JvP3v5GS2u64=";
108108
};
@@ -128,7 +128,7 @@ let
128128
# PR: https://gitlab.com/twittner/cql/-/merge_requests/11
129129
cql = {
130130
src = fetchgit {
131-
url = "https://gitlab.com/wireapp/forks/cql";
131+
url = "https://github.com/wireapp/cql";
132132
rev = "abbd2739969d17a909800f282d10d42a254c4e3b";
133133
sha256 = "sha256-2MYwZKiTdwgjJdLNvECi7gtcIo+3H4z1nYzen5x0lgU=";
134134
};
@@ -137,7 +137,7 @@ let
137137
# PR: https://gitlab.com/twittner/cql-io/-/merge_requests/20
138138
cql-io = {
139139
src = fetchgit {
140-
url = "https://gitlab.com/wireapp/forks/cql-io";
140+
url = "https://github.com/wireapp/cql-io";
141141
rev = "c2b6aa995b5817ed7c78c53f72d5aa586ef87c36";
142142
sha256 = "sha256-DMRWUq4yorG5QFw2ZyF/DWnRjfnzGupx0njTiOyLzPI=";
143143
};
@@ -156,7 +156,7 @@ let
156156
# we use upstream, but has not been uploaded to hackage since 2016
157157
wai-routing = {
158158
src = fetchgit {
159-
url = "https://gitlab.com/twittner/wai-routing";
159+
url = "https://github.com/wireapp/wai-routing";
160160
rev = "7e996a93fec5901767f845a50316b3c18e51a61d";
161161
sha256 = "18icwks9jc6sy42vcvj2ysaip2s0dsrpvm9sy608b6nq6kk1ahlk";
162162
};
@@ -178,7 +178,7 @@ let
178178
# PR: https://github.com/biocad/servant-openapi3/pull/49
179179
servant-openapi3 = {
180180
src = fetchgit {
181-
url = "https://github.com/lepsa/servant-openapi3";
181+
url = "https://github.com/wireapp/servant-openapi3";
182182
rev = "5cdb2783f15058f753c41b800415d4ba1149a78b";
183183
sha256 = "sha256-8FM3IAA3ewCuv9Mar8aWmzbyfKK9eLXIJPMHzmYb1zE=";
184184
};
@@ -194,7 +194,7 @@ let
194194

195195
tinylog = {
196196
src = fetchgit {
197-
url = "https://gitlab.com/wireapp/forks/tinylog.git";
197+
url = "https://github.com/wireapp/tinylog.git";
198198
rev = "9609104263e8cd2a631417c1c3ef23e090de0d09";
199199
sha256 = "sha256-htEIJY+LmIMACVZrflU60+X42/g14NxUyFM7VJs4E6w=";
200200
};
@@ -203,7 +203,7 @@ let
203203
# PR: https://github.com/ocharles/tasty-ant-xml/pull/32
204204
tasty-ant-xml = {
205205
src = fetchgit {
206-
url = "https://github.com/akshaymankar/tasty-ant-xml";
206+
url = "https://github.com/wireapp/tasty-ant-xml";
207207
rev = "34ff294d805e62e73678dccc0be9d3da13540fbe";
208208
sha256 = "sha256-+rHcS+BwEFsXqPAHX/KZDIgv9zfk1dZl0LlZJ57Com4=";
209209
};

0 commit comments

Comments
 (0)