From d2d7a449c85327fed078e1e9c0a85930bc2f448f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 8 Jul 2024 19:41:52 +0300 Subject: [PATCH] Enable chromebrew (fixes #1236) --- repos.d/chromebrew.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.d/chromebrew.yaml b/repos.d/chromebrew.yaml index 0696829d..9959178c 100644 --- a/repos.d/chromebrew.yaml +++ b/repos.d/chromebrew.yaml @@ -25,4 +25,4 @@ url: 'https://github.com/chromebrew/chromebrew/blob/master/packages/{srcname}.rb' - type: PACKAGE_RECIPE_RAW url: 'https://raw.githubusercontent.com/chromebrew/chromebrew/master/packages/{srcname}.rb' - groups: [ all ] + groups: [ all, production ]