From d411be1dd73eb7c235dedf4d214295e331769256 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sat, 10 Oct 2015 20:21:52 +0200
Subject: [PATCH] m 2 git/brain: optional -> singleton

---
 2configs/git/brain-retiolum.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2configs/git/brain-retiolum.nix b/2configs/git/brain-retiolum.nix
index 0ab6477..7933738 100644
--- a/2configs/git/brain-retiolum.nix
+++ b/2configs/git/brain-retiolum.nix
@@ -43,7 +43,7 @@ let
       };
 
   set-ro-access = with git; repo: user:
-      optional repo.public {
+      singleton {
         inherit user;
         repo = [ repo ];
         perm = fetch;