From 8233b1096899c1c137eba9bfa33546f764b44505 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 25 Apr 2023 17:09:24 +0100 Subject: Update the branches listed on the home page As core-updates has now been merged. --- guix-qa-frontpage/view/home.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'guix-qa-frontpage') diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm index b2a4a7e..7793c35 100644 --- a/guix-qa-frontpage/view/home.scm +++ b/guix-qa-frontpage/view/home.scm @@ -28,8 +28,11 @@ (div (@ (class "row two-element-row")) (section - (a (@ (href "/branch/core-updates")) - (h3 "branch: core-updates")))) + (a (@ (href "/branch/gnome-team")) + (h3 "branch: gnome-team"))) + (section + (a (@ (href "/branch/rust-team")) + (h3 "branch: rust-team")))) (h2 ,(gettext "Patches" "guix-qa-frontpage")) (a (@ (href "/patches")) -- cgit v1.2.3