l git: set announce to true

This commit is contained in:
lassulus 2018-12-16 09:37:37 +01:00
parent 19380cfd70
commit 42f9ff1645

View File

@ -154,7 +154,7 @@ let
public = true;
};
make-restricted-repo = name: { admins ? [], collaborators ? [], announce ? false, hooks ? {}, ... }: {
make-restricted-repo = name: { admins ? [], collaborators ? [], announce ? true, hooks ? {}, ... }: {
inherit admins collaborators name;
public = false;
hooks = {