Allow eventts for channels

This commit is contained in:
Graham Christensen 2017-11-18 13:43:49 -05:00
parent 2db8a7e657
commit 017c7e9a2b
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -6,6 +6,7 @@ class ACL {
return [ return [
'grahamc/elm-stuff', 'grahamc/elm-stuff',
'nixos/nixpkgs', 'nixos/nixpkgs',
'nixos/nixpkgs-channels',
]; ];
} }