From f0cf710f682f1027225bb1aebdc5fd791b236471 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 20 Oct 2023 21:30:31 +0100 Subject: don't use notabug for backup git repos notabug is unreliable, even as a backup. why, just today, it was offline! all day. i originally moved libreboot away from notabug, to codeberg instead, but kept the notabug account online, and i still push to it when it's online. however, notabug seems to be in a terminal state of neglect by its admins, so lbmk should not use it. Signed-off-by: Leah Rowe --- config/git/pico-serprog | 2 +- config/git/stm32-vserprog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/git') diff --git a/config/git/pico-serprog b/config/git/pico-serprog index db2869d5..ea630027 100644 --- a/config/git/pico-serprog +++ b/config/git/pico-serprog @@ -2,6 +2,6 @@ rev: c8c16e9c11fe9e5b7230ff358f79de3f1951e1d9 loc: pico-serprog url: https://codeberg.org/libreboot/pico-serprog - bkup_url: https://notabug.org/libreboot/pico-serprog + bkup_url: https://git.disroot.org/libreboot/pico-serprog depend: pico-sdk } diff --git a/config/git/stm32-vserprog b/config/git/stm32-vserprog index 6faed923..37e901fc 100644 --- a/config/git/stm32-vserprog +++ b/config/git/stm32-vserprog @@ -2,5 +2,5 @@ rev: 8fcf0a4d41800631b571fa7bbd1d8b251f0a2111 loc: stm32-vserprog url: https://codeberg.org/libreboot/stm32-vserprog - bkup_url: https://notabug.org/libreboot/stm32-vserprog + bkup_url: https://git.disroot.org/libreboot/stm32-vserprog } -- cgit v1.2.1