Skip to content

Commit 59aabff

Browse files
committed
fix: use correct url (#3840)
1 parent a5477cb commit 59aabff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/haskell-pins.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ let
186186

187187
postie = {
188188
src = fetchgit {
189-
url = "https://github.com/wireapp/postie.git";
189+
url = "https://github.com/alexbiehl/postie";
190190
rev = "7321b977a2b427e0be782b7239901e4edfbb027f";
191191
sha256 = "sha256-DKugy4EpRsSgaGvybdh2tLa7HCtoxId+7RAAAw43llA=";
192192
};

0 commit comments

Comments
 (0)