From cdce764c19afff336b94532f0b7b2836baca8264 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 13 Dec 2019 14:03:06 -0500
Subject: [PATCH] correct syntax

---
 zkapauthorizer.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zkapauthorizer.nix b/zkapauthorizer.nix
index 8d97d44..e617ab0 100644
--- a/zkapauthorizer.nix
+++ b/zkapauthorizer.nix
@@ -1,4 +1,4 @@
-{ buildPythonPackage, sphinx,
+{ buildPythonPackage, sphinx
 , attrs, zope_interface, aniso8601, twisted, tahoe-lafs, privacypass
 , fixtures, testtools, hypothesis, pyflakes, treq, coverage
 , hypothesisProfile ? null
-- 
GitLab