From c5d37c33d62731076c01c1f9565256e7a85b065c Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 26 Sep 2019 12:41:35 -0400
Subject: [PATCH] Spell the source correctly

---
 nixos/pkgs/zkapissuer.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/pkgs/zkapissuer.nix b/nixos/pkgs/zkapissuer.nix
index 823a9f91..2cee8ea4 100644
--- a/nixos/pkgs/zkapissuer.nix
+++ b/nixos/pkgs/zkapissuer.nix
@@ -1,7 +1,7 @@
 { fetchFromGitHub, callPackage }:
 let
   paymentServer = fetchFromGitHub {
-    owner = "PrivateStorage";
+    owner = "PrivateStorageio";
     repo = "PaymentServer";
     rev = "6fbaac7a14d2a03b74e10a4a82b1147ee1dd7d49";
     sha256 = "0z8mqmns3fqbjy765830s5q6lhz3lxmslxahjc155jsv5b46gjip";
-- 
GitLab